Uses of Class
com.adyen.model.configurationwebhooks.PaymentInstrument.StatusEnum
-
Packages that use PaymentInstrument.StatusEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of PaymentInstrument.StatusEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PaymentInstrument.StatusEnum Modifier and Type Method Description static PaymentInstrument.StatusEnumPaymentInstrument.StatusEnum. fromValue(String value)PaymentInstrument.StatusEnumPaymentInstrument. getStatus()The status of the payment instrument.static PaymentInstrument.StatusEnumPaymentInstrument.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentInstrument.StatusEnum[]PaymentInstrument.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type PaymentInstrument.StatusEnum Modifier and Type Method Description voidPaymentInstrument. setStatus(PaymentInstrument.StatusEnum status)The status of the payment instrument.PaymentInstrumentPaymentInstrument. status(PaymentInstrument.StatusEnum status)
-