AdminGetCurrenciesParams
Parameters used to filter and configure the pagination of the retrieved currencies.
Properties
code
stringCode to filter currencies by.
q
stringSearch parameter for currencies.
includes_tax
booleanFilter currencies by whether they include tax.
order
stringThe 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.offset
numberThe number of items to skip when retrieving a list.
Default: 0
limit
numberLimit the number of items returned in the list.
Default: 20
Was this section helpful?