Uses of Class
model.InstrumentUpdate
Packages that use InstrumentUpdate
-
Uses of InstrumentUpdate in api
Methods in api that return InstrumentUpdateModifier and TypeMethodDescriptionInstrumentUpdatesApi.create(CreateInstrumentUpdateRequest createInstrumentUpdateRequest) Create Instrument Updates To update the card details of your customers, create an `instrument_updates` resource.Fetch an Instrument Update Fetch a specific `instrument_update` from an `instrument_updates` resource.Methods in api that return types with arguments of type InstrumentUpdateModifier and TypeMethodDescriptionInstrumentUpdatesApi.createPaymentInstrumentUpdateWithHttpInfo(CreateInstrumentUpdateRequest createInstrumentUpdateRequest) Create Instrument Updates To update the card details of your customers, create an `instrument_updates` resource.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 InstrumentUpdateModifier and TypeMethodDescriptionokhttp3.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 InstrumentUpdateModifier and TypeMethodDescriptionInstrumentUpdate.createdAt(OffsetDateTime createdAt) static InstrumentUpdateCreate an instance of InstrumentUpdate given an JSON stringInstrumentUpdate.links(DisputeEvidenceLinks links) InstrumentUpdate.updatedAt(OffsetDateTime updatedAt)