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