public class PaymentReversalResource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentReversalResource.StatusEnum
The status of your request.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MERCHANT_ACCOUNT |
static String |
SERIALIZED_NAME_PAYMENT_PSP_REFERENCE |
static String |
SERIALIZED_NAME_PSP_REFERENCE |
static String |
SERIALIZED_NAME_REFERENCE |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
PaymentReversalResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMerchantAccount()
The merchant account that is used to process the payment.
|
String |
getPaymentPspReference()
The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to reverse.
|
String |
getPspReference()
Adyen's 16-character reference associated with the reversal request.
|
String |
getReference()
Your reference for the reversal request.
|
PaymentReversalResource.StatusEnum |
getStatus()
The status of your request.
|
int |
hashCode() |
PaymentReversalResource |
merchantAccount(String merchantAccount) |
PaymentReversalResource |
paymentPspReference(String paymentPspReference) |
PaymentReversalResource |
pspReference(String pspReference) |
PaymentReversalResource |
reference(String reference) |
void |
setMerchantAccount(String merchantAccount) |
void |
setPaymentPspReference(String paymentPspReference) |
void |
setPspReference(String pspReference) |
void |
setReference(String reference) |
void |
setStatus(PaymentReversalResource.StatusEnum status) |
PaymentReversalResource |
status(PaymentReversalResource.StatusEnum status) |
String |
toString() |
public static final String SERIALIZED_NAME_MERCHANT_ACCOUNT
public static final String SERIALIZED_NAME_PAYMENT_PSP_REFERENCE
public static final String SERIALIZED_NAME_PSP_REFERENCE
public static final String SERIALIZED_NAME_REFERENCE
public static final String SERIALIZED_NAME_STATUS
public PaymentReversalResource merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public PaymentReversalResource paymentPspReference(String paymentPspReference)
public String getPaymentPspReference()
public void setPaymentPspReference(String paymentPspReference)
public PaymentReversalResource pspReference(String pspReference)
public String getPspReference()
public void setPspReference(String pspReference)
public PaymentReversalResource reference(String reference)
public String getReference()
public void setReference(String reference)
public PaymentReversalResource status(PaymentReversalResource.StatusEnum status)
public PaymentReversalResource.StatusEnum getStatus()
public void setStatus(PaymentReversalResource.StatusEnum status)
Copyright © 2022. All rights reserved.