public class PaymentCreationOutput extends PaymentCreationReferences
Constructor and Description |
---|
PaymentCreationOutput() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsCheckedRememberMe()
Indicates whether the customer ticked the "Remember my details for future purchases" checkbox on the MyCheckout hosted payment pages
|
Boolean |
getIsNewToken()
Indicates if a new token was created
|
String |
getToken()
ID of the token
|
Boolean |
getTokenizationSucceeded()
Indicates if tokenization was successful or not.
|
void |
setIsCheckedRememberMe(Boolean value)
Indicates whether the customer ticked the "Remember my details for future purchases" checkbox on the MyCheckout hosted payment pages
|
void |
setIsNewToken(Boolean value)
Indicates if a new token was created
|
void |
setToken(String value)
ID of the token
|
void |
setTokenizationSucceeded(Boolean value)
Indicates if tokenization was successful or not.
|
getAdditionalReference, getExternalReference, setAdditionalReference, setExternalReference
public Boolean getIsCheckedRememberMe()
public void setIsCheckedRememberMe(Boolean value)
public Boolean getIsNewToken()
public void setIsNewToken(Boolean value)
public String getToken()
public void setToken(String value)
public Boolean getTokenizationSucceeded()
public void setTokenizationSucceeded(Boolean value)
Copyright © 2024 Worldline Global Collect. All rights reserved.