Uses of Class
model.PaymentInstrument
-
Packages that use PaymentInstrument Package Description api model -
-
Uses of PaymentInstrument in api
Methods in api that return PaymentInstrument Modifier and Type Method Description PaymentInstrumentPaymentInstrumentsApi. create(CreatePaymentInstrumentRequest createPaymentInstrumentRequest)Create a Payment Instrument Create a `Payment Instrument` resource using a card or bank account.PaymentInstrumentPaymentInstrumentsApi. get(String paymentInstrumentId)Fetch a Payment Instrument Retrieve the details of a `Payment Instrument`.PaymentInstrumentPaymentInstrumentsApi. update(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest)Update a Payment Instrument Update a `Payment Instrument`.Methods in api that return types with arguments of type PaymentInstrument Modifier and Type Method Description ApiResponse<PaymentInstrument>PaymentInstrumentsApi. createPaymentInstrumentWithHttpInfo(CreatePaymentInstrumentRequest createPaymentInstrumentRequest)Create a Payment Instrument Create a `Payment Instrument` resource using a card or bank account.ApiResponse<PaymentInstrument>PaymentInstrumentsApi. getPaymentInstrumentWithHttpInfo(String paymentInstrumentId)Fetch a Payment Instrument Retrieve the details of a `Payment Instrument`.ApiResponse<PaymentInstrument>PaymentInstrumentsApi. updatePaymentInstrumentWithHttpInfo(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest)Update a Payment Instrument Update a `Payment Instrument`.Method parameters in api with type arguments of type PaymentInstrument Modifier and Type Method Description okhttp3.CallPaymentInstrumentsApi. createPaymentInstrumentAsync(CreatePaymentInstrumentRequest createPaymentInstrumentRequest, ApiCallback<PaymentInstrument> _callback)Create a Payment Instrument (asynchronously) Create a `Payment Instrument` resource using a card or bank account.okhttp3.CallPaymentInstrumentsApi. getPaymentInstrumentAsync(String paymentInstrumentId, ApiCallback<PaymentInstrument> _callback)Fetch a Payment Instrument (asynchronously) Retrieve the details of a `Payment Instrument`.okhttp3.CallPaymentInstrumentsApi. updatePaymentInstrumentAsync(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest, ApiCallback<PaymentInstrument> _callback)Update a Payment Instrument (asynchronously) Update a `Payment Instrument`. -
Uses of PaymentInstrument in model
Methods in model that return types with arguments of type PaymentInstrument Modifier and Type Method Description Set<PaymentInstrument>PaymentInstrumentsListEmbedded. getPaymentInstruments()`Payment Instrument` objects.Methods in model with parameters of type PaymentInstrument Modifier and Type Method Description PaymentInstrumentsListEmbeddedPaymentInstrumentsListEmbedded. addPaymentInstrumentsItem(PaymentInstrument paymentInstrumentsItem)Method parameters in model with type arguments of type PaymentInstrument Modifier and Type Method Description PaymentInstrumentsListEmbeddedPaymentInstrumentsListEmbedded. paymentInstruments(Set<PaymentInstrument> paymentInstruments)voidPaymentInstrumentsListEmbedded. setPaymentInstruments(Set<PaymentInstrument> paymentInstruments)
-