public class CreateStandalonePaymentCancelRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MERCHANT_ACCOUNT |
static String |
SERIALIZED_NAME_PAYMENT_REFERENCE |
static String |
SERIALIZED_NAME_REFERENCE |
| Constructor and Description |
|---|
CreateStandalonePaymentCancelRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMerchantAccount()
The merchant account that is used to process the payment.
|
String |
getPaymentReference()
The [`reference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__reqParam_reference) of the payment that you want to cancel.
|
String |
getReference()
Your reference for the cancel request.
|
int |
hashCode() |
CreateStandalonePaymentCancelRequest |
merchantAccount(String merchantAccount) |
CreateStandalonePaymentCancelRequest |
paymentReference(String paymentReference) |
CreateStandalonePaymentCancelRequest |
reference(String reference) |
void |
setMerchantAccount(String merchantAccount) |
void |
setPaymentReference(String paymentReference) |
void |
setReference(String reference) |
String |
toString() |
public static final String SERIALIZED_NAME_MERCHANT_ACCOUNT
public static final String SERIALIZED_NAME_PAYMENT_REFERENCE
public static final String SERIALIZED_NAME_REFERENCE
public CreateStandalonePaymentCancelRequest()
public CreateStandalonePaymentCancelRequest merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public CreateStandalonePaymentCancelRequest paymentReference(String paymentReference)
public String getPaymentReference()
public void setPaymentReference(String paymentReference)
public CreateStandalonePaymentCancelRequest reference(String reference)
public String getReference()
public void setReference(String reference)
Copyright © 2022. All rights reserved.