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