Uses of Class
com.adyen.model.checkout.PaymentRefundResponse.MerchantRefundReasonEnum
-
Packages that use PaymentRefundResponse.MerchantRefundReasonEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentRefundResponse.MerchantRefundReasonEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentRefundResponse.MerchantRefundReasonEnum Modifier and Type Method Description static PaymentRefundResponse.MerchantRefundReasonEnumPaymentRefundResponse.MerchantRefundReasonEnum. fromValue(String value)PaymentRefundResponse.MerchantRefundReasonEnumPaymentRefundResponse. getMerchantRefundReason()Your reason for the refund request.static PaymentRefundResponse.MerchantRefundReasonEnumPaymentRefundResponse.MerchantRefundReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentRefundResponse.MerchantRefundReasonEnum[]PaymentRefundResponse.MerchantRefundReasonEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type PaymentRefundResponse.MerchantRefundReasonEnum Modifier and Type Method Description PaymentRefundResponsePaymentRefundResponse. merchantRefundReason(PaymentRefundResponse.MerchantRefundReasonEnum merchantRefundReason)voidPaymentRefundResponse. setMerchantRefundReason(PaymentRefundResponse.MerchantRefundReasonEnum merchantRefundReason)Your reason for the refund request.
-