Uses of Class
com.twilio.rest.api.v2010.account.call.PaymentUpdater
-
Packages that use PaymentUpdater Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of PaymentUpdater in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return PaymentUpdater Modifier and Type Method Description PaymentUpdaterPaymentUpdater. setCapture(Payment.Capture capture)PaymentUpdaterPaymentUpdater. setIdempotencyKey(String idempotencyKey)PaymentUpdaterPaymentUpdater. setStatus(Payment.Status status)PaymentUpdaterPaymentUpdater. setStatusCallback(String statusCallback)PaymentUpdaterPaymentUpdater. setStatusCallback(URI statusCallback)static PaymentUpdaterPayment. updater(String pathAccountSid, String pathCallSid, String pathSid, String idempotencyKey, URI statusCallback)static PaymentUpdaterPayment. updater(String pathCallSid, String pathSid, String idempotencyKey, URI statusCallback)
-