Uses of Class
com.twilio.twiml.voice.Pay.BankAccountType
-
Packages that use Pay.BankAccountType Package Description com.twilio.twiml.voice -
-
Uses of Pay.BankAccountType in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Pay.BankAccountType Modifier and Type Method Description Pay.BankAccountTypePay. getBankAccountType()Bank account type for ach transactions.static Pay.BankAccountTypePay.BankAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static Pay.BankAccountType[]Pay.BankAccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type Pay.BankAccountType Modifier and Type Method Description Pay.BuilderPay.Builder. bankAccountType(Pay.BankAccountType bankAccountType)Bank account type for ach transactions.
-