Uses of Class
com.twilio.rest.api.v2010.account.call.Payment
-
Packages that use Payment Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of Payment in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return Payment Modifier and Type Method Description PaymentPaymentCreator. create(TwilioRestClient client)static PaymentPayment. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Payment object using the provided ObjectMapper.static PaymentPayment. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Payment object using the provided ObjectMapper.PaymentPaymentUpdater. update(TwilioRestClient client)
-