Uses of Class
com.twilio.twiml.voice.Pay.TokenType
-
Packages that use Pay.TokenType Package Description com.twilio.twiml.voice -
-
Uses of Pay.TokenType in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Pay.TokenType Modifier and Type Method Description Pay.TokenTypePay. getTokenType()Type of tokenstatic Pay.TokenTypePay.TokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static Pay.TokenType[]Pay.TokenType. 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.TokenType Modifier and Type Method Description Pay.BuilderPay.Builder. tokenType(Pay.TokenType tokenType)Type of token
-