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