Package com.adyen.model.checkout
Class CreatePaymentCancelRequest
- java.lang.Object
-
- com.adyen.model.checkout.CreatePaymentCancelRequest
-
public class CreatePaymentCancelRequest extends Object
CreatePaymentCancelRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_MERCHANT_ACCOUNTstatic StringSERIALIZED_NAME_REFERENCE
-
Constructor Summary
Constructors Constructor Description CreatePaymentCancelRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMerchantAccount()The merchant account that is used to process the payment.StringgetReference()Your reference for the cancel request.inthashCode()CreatePaymentCancelRequestmerchantAccount(String merchantAccount)CreatePaymentCancelRequestreference(String reference)voidsetMerchantAccount(String merchantAccount)voidsetReference(String reference)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_MERCHANT_ACCOUNT
public static final String SERIALIZED_NAME_MERCHANT_ACCOUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REFERENCE
public static final String SERIALIZED_NAME_REFERENCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
merchantAccount
public CreatePaymentCancelRequest merchantAccount(String merchantAccount)
-
getMerchantAccount
public String getMerchantAccount()
The merchant account that is used to process the payment.- Returns:
- merchantAccount
-
setMerchantAccount
public void setMerchantAccount(String merchantAccount)
-
reference
public CreatePaymentCancelRequest reference(String reference)
-
getReference
public String getReference()
Your reference for the cancel request. Maximum length: 80 characters.- Returns:
- reference
-
setReference
public void setReference(String reference)
-
-