Uses of Class
com.adyen.model.checkout.PaymentRefundResponse.StatusEnum
-
Packages that use PaymentRefundResponse.StatusEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentRefundResponse.StatusEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentRefundResponse.StatusEnum Modifier and Type Method Description static PaymentRefundResponse.StatusEnumPaymentRefundResponse.StatusEnum. fromValue(String value)PaymentRefundResponse.StatusEnumPaymentRefundResponse. getStatus()The status of your request.static PaymentRefundResponse.StatusEnumPaymentRefundResponse.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentRefundResponse.StatusEnum[]PaymentRefundResponse.StatusEnum. 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.StatusEnum Modifier and Type Method Description voidPaymentRefundResponse. setStatus(PaymentRefundResponse.StatusEnum status)The status of your request.PaymentRefundResponsePaymentRefundResponse. status(PaymentRefundResponse.StatusEnum status)The status of your request.
-