Uses of Class
model.InstrumentUpdate
-
Packages that use InstrumentUpdate Package Description api model -
-
Uses of InstrumentUpdate in api
Methods in api that return InstrumentUpdate 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.InstrumentUpdateInstrumentUpdatesApi. get(String instrumentUpdatesId)Fetch an Instrument Update Fetch a specific `instrument_update` from an `instrument_updates` resource.Methods in api that return types with arguments of type InstrumentUpdate Modifier and Type Method Description ApiResponse<InstrumentUpdate>InstrumentUpdatesApi. createPaymentInstrumentUpdateWithHttpInfo(CreateInstrumentUpdateRequest createInstrumentUpdateRequest)Create Instrument Updates To update the card details of your customers, create an `instrument_updates` resource.ApiResponse<InstrumentUpdate>InstrumentUpdatesApi. getInstrumentUpdateWithHttpInfo(String instrumentUpdatesId)Fetch an Instrument Update Fetch a specific `instrument_update` from an `instrument_updates` resource.Method parameters in api with type arguments of type InstrumentUpdate Modifier and Type Method Description 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. getInstrumentUpdateAsync(String instrumentUpdatesId, ApiCallback<InstrumentUpdate> _callback)Fetch an Instrument Update (asynchronously) Fetch a specific `instrument_update` from an `instrument_updates` resource. -
Uses of InstrumentUpdate in model
Methods in model that return InstrumentUpdate Modifier and Type Method Description InstrumentUpdateInstrumentUpdate. createdAt(OffsetDateTime createdAt)static InstrumentUpdateInstrumentUpdate. fromJson(String jsonString)Create an instance of InstrumentUpdate given an JSON stringInstrumentUpdateInstrumentUpdate. id(String id)InstrumentUpdateInstrumentUpdate. idempotencyId(String idempotencyId)InstrumentUpdateInstrumentUpdate. links(InstrumentUpdateLinks links)InstrumentUpdateInstrumentUpdate. merchant(String merchant)InstrumentUpdateInstrumentUpdate. state(String state)InstrumentUpdateInstrumentUpdate. updatedAt(OffsetDateTime updatedAt)Methods in model that return types with arguments of type InstrumentUpdate Modifier and Type Method Description Set<InstrumentUpdate>PaymentInstrumentUpdatesListEmbedded. getUpdates()`Update` objects.Methods in model with parameters of type InstrumentUpdate Modifier and Type Method Description PaymentInstrumentUpdatesListEmbeddedPaymentInstrumentUpdatesListEmbedded. addUpdatesItem(InstrumentUpdate updatesItem)Method parameters in model with type arguments of type InstrumentUpdate Modifier and Type Method Description voidPaymentInstrumentUpdatesListEmbedded. setUpdates(Set<InstrumentUpdate> updates)PaymentInstrumentUpdatesListEmbeddedPaymentInstrumentUpdatesListEmbedded. updates(Set<InstrumentUpdate> updates)
-