Uses of Class
model.ListPaymentInstrumentUpdatesQueryParams
-
Packages that use ListPaymentInstrumentUpdatesQueryParams Package Description api model -
-
Uses of ListPaymentInstrumentUpdatesQueryParams in api
Methods in api with parameters of type ListPaymentInstrumentUpdatesQueryParams Modifier and Type Method Description FinixListPaymentInstrumentsApi. listUpdatesByPaymentInstrumentId(String paymentInstrumentId, ListPaymentInstrumentUpdatesQueryParams listPaymentInstrumentUpdatesQueryParams)List Payment Instrument Updates List the updates on a `Payment Instrument`. -
Uses of ListPaymentInstrumentUpdatesQueryParams in model
Methods in model that return ListPaymentInstrumentUpdatesQueryParams Modifier and Type Method Description static ListPaymentInstrumentUpdatesQueryParamsListPaymentInstrumentUpdatesQueryParams. fromJson(String jsonString)Create an instance of ListPaymentInstrumentUpdatesQueryParams given an JSON stringListPaymentInstrumentUpdatesQueryParamsListPaymentInstrumentUpdatesQueryParams. limit(Long limit)ListPaymentInstrumentUpdatesQueryParamsListPaymentInstrumentUpdatesQueryParams. offset(Long offset)ListPaymentInstrumentUpdatesQueryParamsListPaymentInstrumentUpdatesQueryParams. pageSize(Long pageSize)
-