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