public class CreatePaymentReversalRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MERCHANT_ACCOUNT |
static String |
SERIALIZED_NAME_REFERENCE |
| Constructor and Description |
|---|
CreatePaymentReversalRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMerchantAccount()
The merchant account that is used to process the payment.
|
String |
getReference()
Your reference for the reversal request.
|
int |
hashCode() |
CreatePaymentReversalRequest |
merchantAccount(String merchantAccount) |
CreatePaymentReversalRequest |
reference(String reference) |
void |
setMerchantAccount(String merchantAccount) |
void |
setReference(String reference) |
String |
toString() |
public static final String SERIALIZED_NAME_MERCHANT_ACCOUNT
public static final String SERIALIZED_NAME_REFERENCE
public CreatePaymentReversalRequest merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public CreatePaymentReversalRequest reference(String reference)
public String getReference()
public void setReference(String reference)
Copyright © 2022. All rights reserved.