Uses of Class
com.twilio.twiml.voice.Pay.ValidCardTypes
-
Packages that use Pay.ValidCardTypes Package Description com.twilio.twiml.voice -
-
Uses of Pay.ValidCardTypes in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Pay.ValidCardTypes Modifier and Type Method Description static Pay.ValidCardTypesPay.ValidCardTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static Pay.ValidCardTypes[]Pay.ValidCardTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice that return types with arguments of type Pay.ValidCardTypes Modifier and Type Method Description List<Pay.ValidCardTypes>Pay. getValidCardTypess()Comma separated accepted card typesMethods in com.twilio.twiml.voice with parameters of type Pay.ValidCardTypes Modifier and Type Method Description Pay.BuilderPay.Builder. validCardTypes(Pay.ValidCardTypes validCardTypes)Comma separated accepted card typesMethod parameters in com.twilio.twiml.voice with type arguments of type Pay.ValidCardTypes Modifier and Type Method Description Pay.BuilderPay.Builder. validCardTypes(List<Pay.ValidCardTypes> validCardTypes)Comma separated accepted card types
-