static StandalonePaymentCancelResponse |
StandalonePaymentCancelResponse.fromJson(String jsonString) |
Create an instance of StandalonePaymentCancelResponse given an JSON string
|
StandalonePaymentCancelResponse |
StandalonePaymentCancelResponse.merchantAccount(String merchantAccount) |
The merchant account that is used to process the payment.
|
StandalonePaymentCancelResponse |
StandalonePaymentCancelResponse.paymentReference(String paymentReference) |
The [`reference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__reqParam_reference) of the payment to cancel.
|
StandalonePaymentCancelResponse |
StandalonePaymentCancelResponse.pspReference(String pspReference) |
Adyen's 16-character reference associated with the cancel request.
|
StandalonePaymentCancelResponse |
StandalonePaymentCancelResponse.reference(String reference) |
Your reference for the cancel request.
|
StandalonePaymentCancelResponse |
StandalonePaymentCancelResponse.status(StandalonePaymentCancelResponse.StatusEnum status) |
The status of your request.
|