Uses of Class
com.adyen.model.relayedauthorizationwebhooks.PaymentInstrument.StatusReasonEnum
-
Packages that use PaymentInstrument.StatusReasonEnum Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of PaymentInstrument.StatusReasonEnum in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks 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.relayedauthorizationwebhooks 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)The reason for the status of the payment instrument.
-