Uses of Enum
model.CreatePaymentInstrumentBankAccount.TypeEnum
Packages that use CreatePaymentInstrumentBankAccount.TypeEnum
-
Uses of CreatePaymentInstrumentBankAccount.TypeEnum in model
Methods in model that return CreatePaymentInstrumentBankAccount.TypeEnumModifier and TypeMethodDescriptionCreatePaymentInstrumentBankAccount.getType()Type of `Payment Instrument`.CreatePaymentInstrumentBankAccount.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.CreatePaymentInstrumentBankAccount.TypeEnum.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.TypeEnumModifier and TypeMethodDescriptionvoidCreatePaymentInstrumentBankAccount.setType(CreatePaymentInstrumentBankAccount.TypeEnum type) CreatePaymentInstrumentBankAccount.type(CreatePaymentInstrumentBankAccount.TypeEnum type) voidCreatePaymentInstrumentBankAccount.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreatePaymentInstrumentBankAccount.TypeEnum enumeration)