Uses of Class
model.CreateInstrumentUpdateRequest
-
Packages that use CreateInstrumentUpdateRequest Package Description api model -
-
Uses of CreateInstrumentUpdateRequest in api
Methods in api with parameters of type CreateInstrumentUpdateRequest Modifier and Type Method Description InstrumentUpdateInstrumentUpdatesApi. create(CreateInstrumentUpdateRequest createInstrumentUpdateRequest)Create Instrument Updates To update the card details of your customers, create an `instrument_updates` resource.okhttp3.CallInstrumentUpdatesApi. createPaymentInstrumentUpdateAsync(CreateInstrumentUpdateRequest createInstrumentUpdateRequest, ApiCallback<InstrumentUpdate> _callback)Create Instrument Updates (asynchronously) To update the card details of your customers, create an `instrument_updates` resource.okhttp3.CallInstrumentUpdatesApi. createPaymentInstrumentUpdateCall(CreateInstrumentUpdateRequest createInstrumentUpdateRequest, ApiCallback _callback)Build call for createPaymentInstrumentUpdateApiResponse<InstrumentUpdate>InstrumentUpdatesApi. createPaymentInstrumentUpdateWithHttpInfo(CreateInstrumentUpdateRequest createInstrumentUpdateRequest)Create Instrument Updates To update the card details of your customers, create an `instrument_updates` resource. -
Uses of CreateInstrumentUpdateRequest in model
Methods in model that return CreateInstrumentUpdateRequest Modifier and Type Method Description CreateInstrumentUpdateRequestCreateInstrumentUpdateRequest. _file(File _file)static CreateInstrumentUpdateRequestCreateInstrumentUpdateRequest. fromJson(String jsonString)Create an instance of CreateInstrumentUpdateRequest given an JSON stringCreateInstrumentUpdateRequestCreateInstrumentUpdateRequest. request(String request)
-