Uses of Class
model.PaymentInstrument.BankAccountValidationCheckEnum
-
Packages that use PaymentInstrument.BankAccountValidationCheckEnum Package Description model -
-
Uses of PaymentInstrument.BankAccountValidationCheckEnum in model
Methods in model that return PaymentInstrument.BankAccountValidationCheckEnum Modifier and Type Method Description static PaymentInstrument.BankAccountValidationCheckEnumPaymentInstrument.BankAccountValidationCheckEnum. fromValue(String value)PaymentInstrument.BankAccountValidationCheckEnumPaymentInstrument. getBankAccountValidationCheck()Details the results of the bank account validation check if `attempt_bank_account_validation_check` is set to **true**.PaymentInstrument.BankAccountValidationCheckEnumPaymentInstrument.BankAccountValidationCheckEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentInstrument.BankAccountValidationCheckEnumPaymentInstrument.BankAccountValidationCheckEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentInstrument.BankAccountValidationCheckEnum[]PaymentInstrument.BankAccountValidationCheckEnum. 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.BankAccountValidationCheckEnum Modifier and Type Method Description PaymentInstrumentPaymentInstrument. bankAccountValidationCheck(PaymentInstrument.BankAccountValidationCheckEnum bankAccountValidationCheck)voidPaymentInstrument. setBankAccountValidationCheck(PaymentInstrument.BankAccountValidationCheckEnum bankAccountValidationCheck)voidPaymentInstrument.BankAccountValidationCheckEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentInstrument.BankAccountValidationCheckEnum enumeration)
-