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 PaymentUpdater
PaymentUpdater. setCapture(Payment.Capture capture)
PaymentUpdater
PaymentUpdater. setIdempotencyKey(String idempotencyKey)
PaymentUpdater
PaymentUpdater. setStatus(Payment.Status status)
PaymentUpdater
PaymentUpdater. setStatusCallback(String statusCallback)
PaymentUpdater
PaymentUpdater. setStatusCallback(URI statusCallback)
static PaymentUpdater
Payment. updater(String pathAccountSid, String pathCallSid, String pathSid, String idempotencyKey, URI statusCallback)
static PaymentUpdater
Payment. updater(String pathCallSid, String pathSid, String idempotencyKey, URI statusCallback)
-