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