Uses of Class
model.CreatePaymentInstrumentRequest.AccountTypeEnum
-
Packages that use CreatePaymentInstrumentRequest.AccountTypeEnum Package Description model -
-
Uses of CreatePaymentInstrumentRequest.AccountTypeEnum in model
Methods in model that return CreatePaymentInstrumentRequest.AccountTypeEnum Modifier and Type Method Description static CreatePaymentInstrumentRequest.AccountTypeEnumCreatePaymentInstrumentRequest.AccountTypeEnum. fromValue(String value)CreatePaymentInstrumentRequest.AccountTypeEnumCreatePaymentInstrumentRequest. getAccountType()The type of bank account.CreatePaymentInstrumentRequest.AccountTypeEnumCreatePaymentInstrumentRequest.AccountTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CreatePaymentInstrumentRequest.AccountTypeEnumCreatePaymentInstrumentRequest.AccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreatePaymentInstrumentRequest.AccountTypeEnum[]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.AccountTypeEnum Modifier and Type Method Description CreatePaymentInstrumentRequestCreatePaymentInstrumentRequest. accountType(CreatePaymentInstrumentRequest.AccountTypeEnum accountType)voidCreatePaymentInstrumentRequest. setAccountType(CreatePaymentInstrumentRequest.AccountTypeEnum accountType)voidCreatePaymentInstrumentRequest.AccountTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreatePaymentInstrumentRequest.AccountTypeEnum enumeration)
-