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