Uses of Class
model.ListMerchantProfilesQueryParams
-
Packages that use ListMerchantProfilesQueryParams Package Description api model -
-
Uses of ListMerchantProfilesQueryParams in api
Methods in api with parameters of type ListMerchantProfilesQueryParams Modifier and Type Method Description FinixListMerchantProfilesApi. list(ListMerchantProfilesQueryParams listMerchantProfilesQueryParams)List Merchant Profiles Retireve a list of all `merchant_profiles`. -
Uses of ListMerchantProfilesQueryParams in model
Methods in model that return ListMerchantProfilesQueryParams Modifier and Type Method Description ListMerchantProfilesQueryParamsListMerchantProfilesQueryParams. afterCursor(String afterCursor)ListMerchantProfilesQueryParamsListMerchantProfilesQueryParams. beforeCursor(String beforeCursor)static ListMerchantProfilesQueryParamsListMerchantProfilesQueryParams. fromJson(String jsonString)Create an instance of ListMerchantProfilesQueryParams given an JSON stringListMerchantProfilesQueryParamsListMerchantProfilesQueryParams. id(String id)ListMerchantProfilesQueryParamsListMerchantProfilesQueryParams. limit(Long limit)
-