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