Skip to main content
Skip to main content

AdminGetCurrenciesParams

Parameters used to filter and configure the pagination of the retrieved currencies.

Properties

codestring
Code to filter currencies by.
qstring
Search parameter for currencies.
includes_taxboolean
Filter currencies by whether they include tax.
orderstring
The 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.
offsetnumber
The number of items to skip when retrieving a list.

Default: 0

limitnumber
Limit the number of items returned in the list.

Default: 20

Was this section helpful?