AdminGetCurrenciesParams
Parameters used to filter and configure the pagination of the retrieved currencies.
Properties
codestringCode to filter currencies by.
includes_taxbooleanFilter currencies by whether they include tax.
limitnumberLimit the number of items returned in the list.
Default: 20
offsetnumberThe number of items to skip when retrieving a list.
Default: 0
orderstringThe field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with
-. By default, the returned currencies will be sorted by their created_at field.Was this section helpful?