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