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