Uses of Class
com.adyen.model.balanceplatform.PaymentInstrument.StatusReasonEnum
-
Packages that use PaymentInstrument.StatusReasonEnum Package Description com.adyen.model.balanceplatform -
-
Uses of PaymentInstrument.StatusReasonEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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.balanceplatform 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)
-