public class CreatedPaymentOutput extends Object
Constructor and Description |
---|
CreatedPaymentOutput() |
Modifier and Type | Method and Description |
---|---|
DisplayedData |
getDisplayedData()
Object that contains the action, including the needed data, that you should perform next, like showing instruction, showing the transaction results or redirect to a third party to complete the payment
|
Boolean |
getIsCheckedRememberMe()
Indicates whether the customer ticked the "Remember my details for future purchases" checkbox on the MyCheckout hosted payment pages
|
Payment |
getPayment()
Object that holds the payment data
|
PaymentCreationReferences |
getPaymentCreationReferences()
Object containing the created references
|
String |
getPaymentStatusCategory()
Deprecated.
Use Payment.statusOutput.statusCategory instead
|
Boolean |
getTokenizationSucceeded()
If the payment was attempted to be tokenized, indicates if tokenization was successful or not.
|
String |
getTokens()
This property contains the tokens that are associated with the hosted checkout session/customer.
|
void |
setDisplayedData(DisplayedData value)
Object that contains the action, including the needed data, that you should perform next, like showing instruction, showing the transaction results or redirect to a third party to complete the payment
|
void |
setIsCheckedRememberMe(Boolean value)
Indicates whether the customer ticked the "Remember my details for future purchases" checkbox on the MyCheckout hosted payment pages
|
void |
setPayment(Payment value)
Object that holds the payment data
|
void |
setPaymentCreationReferences(PaymentCreationReferences value)
Object containing the created references
|
void |
setPaymentStatusCategory(String value)
Deprecated.
Use Payment.statusOutput.statusCategory instead
|
void |
setTokenizationSucceeded(Boolean value)
If the payment was attempted to be tokenized, indicates if tokenization was successful or not.
|
void |
setTokens(String value)
This property contains the tokens that are associated with the hosted checkout session/customer.
|
public DisplayedData getDisplayedData()
public void setDisplayedData(DisplayedData value)
public Boolean getIsCheckedRememberMe()
public void setIsCheckedRememberMe(Boolean value)
public Payment getPayment()
public void setPayment(Payment value)
public PaymentCreationReferences getPaymentCreationReferences()
public void setPaymentCreationReferences(PaymentCreationReferences value)
@Deprecated public String getPaymentStatusCategory()
@Deprecated public void setPaymentStatusCategory(String value)
public Boolean getTokenizationSucceeded()
public void setTokenizationSucceeded(Boolean value)
public String getTokens()
public void setTokens(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.