Uses of Enum
model.PaymentInstrument.AccountTypeEnum
Packages that use PaymentInstrument.AccountTypeEnum
-
Uses of PaymentInstrument.AccountTypeEnum in model
Methods in model that return PaymentInstrument.AccountTypeEnumModifier and TypeMethodDescriptionPaymentInstrument.getAccountType()Details what kind of **BANK_ACCOUNT** is being used.PaymentInstrument.AccountTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static PaymentInstrument.AccountTypeEnum[]PaymentInstrument.AccountTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type PaymentInstrument.AccountTypeEnumModifier and TypeMethodDescriptionPaymentInstrument.accountType(PaymentInstrument.AccountTypeEnum accountType) voidPaymentInstrument.setAccountType(PaymentInstrument.AccountTypeEnum accountType) voidPaymentInstrument.AccountTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.AccountTypeEnum enumeration)