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