Uses of Class
com.adyen.model.configurationwebhooks.PaymentInstrument.StatusReasonEnum
-
Packages that use PaymentInstrument.StatusReasonEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of PaymentInstrument.StatusReasonEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PaymentInstrument.StatusReasonEnum Modifier and Type Method Description static PaymentInstrument.StatusReasonEnumPaymentInstrument.StatusReasonEnum. fromValue(String value)PaymentInstrument.StatusReasonEnumPaymentInstrument. getStatusReason()The reason for the status of the payment instrument.static PaymentInstrument.StatusReasonEnumPaymentInstrument.StatusReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentInstrument.StatusReasonEnum[]PaymentInstrument.StatusReasonEnum. 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.StatusReasonEnum Modifier and Type Method Description voidPaymentInstrument. setStatusReason(PaymentInstrument.StatusReasonEnum statusReason)The reason for the status of the payment instrument.PaymentInstrumentPaymentInstrument. statusReason(PaymentInstrument.StatusReasonEnum statusReason)
-