Package com.adyen.model.checkout
Class CreatePaymentReversalRequest
- java.lang.Object
-
- com.adyen.model.checkout.CreatePaymentReversalRequest
-
public class CreatePaymentReversalRequest extends Object
CreatePaymentReversalRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_MERCHANT_ACCOUNTstatic StringSERIALIZED_NAME_REFERENCE
-
Constructor Summary
Constructors Constructor Description CreatePaymentReversalRequest()
-
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 reversal request.inthashCode()CreatePaymentReversalRequestmerchantAccount(String merchantAccount)CreatePaymentReversalRequestreference(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 CreatePaymentReversalRequest 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 CreatePaymentReversalRequest reference(String reference)
-
getReference
public String getReference()
Your reference for the reversal request. Maximum length: 80 characters.- Returns:
- reference
-
setReference
public void setReference(String reference)
-
-