Uses of Class
model.ListDisputesQueryParams
-
Packages that use ListDisputesQueryParams Package Description api model -
-
Uses of ListDisputesQueryParams in api
Methods in api with parameters of type ListDisputesQueryParams Modifier and Type Method Description FinixListDisputesApi. list(ListDisputesQueryParams listDisputesQueryParams)List Disputes Retrieve a list of `Disputes`. -
Uses of ListDisputesQueryParams in model
Methods in model that return ListDisputesQueryParams Modifier and Type Method Description ListDisputesQueryParamsListDisputesQueryParams. createdAtGte(String createdAtGte)ListDisputesQueryParamsListDisputesQueryParams. createdAtLte(String createdAtLte)static ListDisputesQueryParamsListDisputesQueryParams. fromJson(String jsonString)Create an instance of ListDisputesQueryParams given an JSON stringListDisputesQueryParamsListDisputesQueryParams. limit(Long limit)ListDisputesQueryParamsListDisputesQueryParams. offset(Long offset)ListDisputesQueryParamsListDisputesQueryParams. sort(String sort)ListDisputesQueryParamsListDisputesQueryParams. updatedAtGte(String updatedAtGte)ListDisputesQueryParamsListDisputesQueryParams. updatedAtLte(String updatedAtLte)
-