Uses of Class
model.PaymentInstrument.AccountTypeEnum
-
Packages that use PaymentInstrument.AccountTypeEnum Package Description model -
-
Uses of PaymentInstrument.AccountTypeEnum in model
Methods in model that return PaymentInstrument.AccountTypeEnum Modifier and Type Method Description static PaymentInstrument.AccountTypeEnumPaymentInstrument.AccountTypeEnum. fromValue(String value)PaymentInstrument.AccountTypeEnumPaymentInstrument. getAccountType()Details what kind of **BANK_ACCOUNT** is being used.PaymentInstrument.AccountTypeEnumPaymentInstrument.AccountTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentInstrument.AccountTypeEnumPaymentInstrument.AccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentInstrument.AccountTypeEnum[]PaymentInstrument.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 PaymentInstrument.AccountTypeEnum Modifier and Type Method Description PaymentInstrumentPaymentInstrument. accountType(PaymentInstrument.AccountTypeEnum accountType)voidPaymentInstrument. setAccountType(PaymentInstrument.AccountTypeEnum accountType)voidPaymentInstrument.AccountTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.AccountTypeEnum enumeration)
-