static PaymentCancelResponse |
PaymentCancelResponse.fromJson(String jsonString) |
Create an instance of PaymentCancelResponse given an JSON string
|
PaymentCancelResponse |
PaymentCancelResponse.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PaymentCancelResponse |
PaymentCancelResponse.merchantAccount(String merchantAccount) |
The merchant account that is used to process the payment.
|
PaymentCancelResponse |
PaymentCancelResponse.paymentPspReference(String paymentPspReference) |
The
[`pspReference`](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments#responses-200-pspReference)
of the payment to cancel.
|
PaymentCancelResponse |
PaymentCancelResponse.pspReference(String pspReference) |
Adyen's 16-character reference associated with the cancel request.
|
PaymentCancelResponse |
PaymentCancelResponse.reference(String reference) |
Your reference for the cancel request.
|
PaymentCancelResponse |
PaymentCancelResponse.status(PaymentCancelResponse.StatusEnum status) |
The status of your request.
|