Uses of Class
model.ListPaymentInstrumentVerificationsQueryParams
-
Packages that use ListPaymentInstrumentVerificationsQueryParams Package Description api model -
-
Uses of ListPaymentInstrumentVerificationsQueryParams in api
Methods in api with parameters of type ListPaymentInstrumentVerificationsQueryParams Modifier and Type Method Description FinixListVerificationsApi. listByPaymentInstrumentId(String paymentInstrumentId, ListPaymentInstrumentVerificationsQueryParams listPaymentInstrumentVerificationsQueryParams)List Payment Instrument Verifications List all the `Verifications` created for a `Payment Instrument`. -
Uses of ListPaymentInstrumentVerificationsQueryParams in model
Methods in model that return ListPaymentInstrumentVerificationsQueryParams Modifier and Type Method Description static ListPaymentInstrumentVerificationsQueryParamsListPaymentInstrumentVerificationsQueryParams. fromJson(String jsonString)Create an instance of ListPaymentInstrumentVerificationsQueryParams given an JSON stringListPaymentInstrumentVerificationsQueryParamsListPaymentInstrumentVerificationsQueryParams. limit(Long limit)ListPaymentInstrumentVerificationsQueryParamsListPaymentInstrumentVerificationsQueryParams. offset(Long offset)ListPaymentInstrumentVerificationsQueryParamsListPaymentInstrumentVerificationsQueryParams. pageNumber(Long pageNumber)ListPaymentInstrumentVerificationsQueryParamsListPaymentInstrumentVerificationsQueryParams. pageSize(Long pageSize)
-