Uses of Class
com.twilio.twiml.voice.Pay.PaymentMethod
-
Packages that use Pay.PaymentMethod Package Description com.twilio.twiml.voice -
-
Uses of Pay.PaymentMethod in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Pay.PaymentMethod Modifier and Type Method Description Pay.PaymentMethodPay. getPaymentMethod()Payment method to be used.static Pay.PaymentMethodPay.PaymentMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Pay.PaymentMethod[]Pay.PaymentMethod. 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.PaymentMethod Modifier and Type Method Description Pay.BuilderPay.Builder. paymentMethod(Pay.PaymentMethod paymentMethod)Payment method to be used.
-