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