Uses of Class
model.ListFeeProfilesQueryParams
-
Packages that use ListFeeProfilesQueryParams Package Description api model -
-
Uses of ListFeeProfilesQueryParams in api
Methods in api with parameters of type ListFeeProfilesQueryParams Modifier and Type Method Description FinixListFeeProfilesApi. list(ListFeeProfilesQueryParams listFeeProfilesQueryParams)List Fee Profiles List all `Fee Profiles`. -
Uses of ListFeeProfilesQueryParams in model
Methods in model that return ListFeeProfilesQueryParams Modifier and Type Method Description ListFeeProfilesQueryParamsListFeeProfilesQueryParams. afterCursor(String afterCursor)ListFeeProfilesQueryParamsListFeeProfilesQueryParams. beforeCursor(String beforeCursor)static ListFeeProfilesQueryParamsListFeeProfilesQueryParams. fromJson(String jsonString)Create an instance of ListFeeProfilesQueryParams given an JSON stringListFeeProfilesQueryParamsListFeeProfilesQueryParams. limit(Long limit)
-