Uses of Class
model.ListMerchantsQueryParams
-
Packages that use ListMerchantsQueryParams Package Description api model -
-
Uses of ListMerchantsQueryParams in api
Methods in api with parameters of type ListMerchantsQueryParams Modifier and Type Method Description FinixListMerchantsApi. list(ListMerchantsQueryParams listMerchantsQueryParams)List Merchants Retrieve a list of `Merchants`. -
Uses of ListMerchantsQueryParams in model
Methods in model that return ListMerchantsQueryParams Modifier and Type Method Description ListMerchantsQueryParamsListMerchantsQueryParams. afterCursor(String afterCursor)ListMerchantsQueryParamsListMerchantsQueryParams. beforeCursor(String beforeCursor)ListMerchantsQueryParamsListMerchantsQueryParams. createdAtGte(String createdAtGte)ListMerchantsQueryParamsListMerchantsQueryParams. createdAtLte(String createdAtLte)static ListMerchantsQueryParamsListMerchantsQueryParams. fromJson(String jsonString)Create an instance of ListMerchantsQueryParams given an JSON stringListMerchantsQueryParamsListMerchantsQueryParams. id(String id)ListMerchantsQueryParamsListMerchantsQueryParams. limit(Long limit)ListMerchantsQueryParamsListMerchantsQueryParams. sort(String sort)
-