Uses of Class
com.adyen.model.checkout.PaymentLinkResponse.StatusEnum
-
Packages that use PaymentLinkResponse.StatusEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentLinkResponse.StatusEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentLinkResponse.StatusEnum Modifier and Type Method Description static PaymentLinkResponse.StatusEnumPaymentLinkResponse.StatusEnum. fromValue(String value)PaymentLinkResponse.StatusEnumPaymentLinkResponse. getStatus()Status of the payment link.static PaymentLinkResponse.StatusEnumPaymentLinkResponse.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentLinkResponse.StatusEnum[]PaymentLinkResponse.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 PaymentLinkResponse.StatusEnum Modifier and Type Method Description voidPaymentLinkResponse. setStatus(PaymentLinkResponse.StatusEnum status)Status of the payment link.PaymentLinkResponsePaymentLinkResponse. status(PaymentLinkResponse.StatusEnum status)
-