Skip to main content
Skip to main content

AdminGetCurrenciesParams

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

constructor


Properties

codestring
Code to filter currencies by.
includes_taxboolean
Filter currencies by whether they include tax.
limitnumber
Limit the number of items returned in the list.

Default: 20

offsetnumber
The number of items to skip when retrieving a list.

Default: 0

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.
Was this section helpful?