Uses of Class
com.twilio.rest.api.v2010.account.call.Payment.TokenType
-
Packages that use Payment.TokenType Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of Payment.TokenType in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return Payment.TokenType Modifier and Type Method Description static Payment.TokenTypePayment.TokenType. forValue(String value)static Payment.TokenTypePayment.TokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static Payment.TokenType[]Payment.TokenType. 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.TokenType Modifier and Type Method Description PaymentCreatorPaymentCreator. setTokenType(Payment.TokenType tokenType)
-