public class PaymentCreationOutput extends Object
| Constructor and Description |
|---|
PaymentCreationOutput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalReference()
The external reference identifier for this transaction.
|
Boolean |
getIsNewToken()
Indicates if a new token was created
* true - A new token was created
* false - A token with the same card number already exists and is returned.
|
String |
getToken()
ID of the token.
|
Boolean |
getTokenizationSucceeded()
Indicates if tokenization was successful or not.
|
void |
setExternalReference(String value)
The external reference identifier for this transaction.
|
void |
setIsNewToken(Boolean value)
Indicates if a new token was created
* true - A new token was created
* false - A token with the same card number already exists and is returned.
|
void |
setToken(String value)
ID of the token.
|
void |
setTokenizationSucceeded(Boolean value)
Indicates if tokenization was successful or not.
|
PaymentCreationOutput |
withExternalReference(String value)
The external reference identifier for this transaction.
|
PaymentCreationOutput |
withIsNewToken(Boolean value)
Indicates if a new token was created
* true - A new token was created
* false - A token with the same card number already exists and is returned.
|
PaymentCreationOutput |
withToken(String value)
ID of the token.
|
PaymentCreationOutput |
withTokenizationSucceeded(Boolean value)
Indicates if tokenization was successful or not.
|
public String getExternalReference()
public void setExternalReference(String value)
public PaymentCreationOutput withExternalReference(String value)
public Boolean getIsNewToken()
public void setIsNewToken(Boolean value)
public PaymentCreationOutput withIsNewToken(Boolean value)
public String getToken()
public void setToken(String value)
public PaymentCreationOutput withToken(String value)
public Boolean getTokenizationSucceeded()
public void setTokenizationSucceeded(Boolean value)
public PaymentCreationOutput withTokenizationSucceeded(Boolean value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.