Uses of Enum
model.CreatePaymentInstrumentBankAccount.AccountTypeEnum
Packages that use CreatePaymentInstrumentBankAccount.AccountTypeEnum
-
Uses of CreatePaymentInstrumentBankAccount.AccountTypeEnum in model
Methods in model that return CreatePaymentInstrumentBankAccount.AccountTypeEnumModifier and TypeMethodDescriptionCreatePaymentInstrumentBankAccount.getAccountType()The type of bank account.CreatePaymentInstrumentBankAccount.AccountTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.CreatePaymentInstrumentBankAccount.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 CreatePaymentInstrumentBankAccount.AccountTypeEnumModifier and TypeMethodDescriptionCreatePaymentInstrumentBankAccount.accountType(CreatePaymentInstrumentBankAccount.AccountTypeEnum accountType) voidCreatePaymentInstrumentBankAccount.setAccountType(CreatePaymentInstrumentBankAccount.AccountTypeEnum accountType) voidCreatePaymentInstrumentBankAccount.AccountTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreatePaymentInstrumentBankAccount.AccountTypeEnum enumeration)