Uses of Class
com.twilio.rest.api.v2010.account.call.Payment.BankAccountType
-
Packages that use Payment.BankAccountType Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of Payment.BankAccountType in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return Payment.BankAccountType Modifier and Type Method Description static Payment.BankAccountTypePayment.BankAccountType. forValue(String value)static Payment.BankAccountTypePayment.BankAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static Payment.BankAccountType[]Payment.BankAccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.api.v2010.account.call with parameters of type Payment.BankAccountType Modifier and Type Method Description PaymentCreatorPaymentCreator. setBankAccountType(Payment.BankAccountType bankAccountType)
-