Currencies
LOKE supports multiple currencies, however each entity must be in a single currency.
That means each order, payment and menu will have a defined currency, and all amounts contained within that entity will be in that currency.
The currency in use is typically specified in the currency
field of the entity
as a 3-digit ISO-4217 code.
Currency Unit
All currency amounts in API requests and responses are in the lowest denomination of the currency (ie: the currency's smallest unit - cents, pence, etc).
For example, a 10 USD amount is specified as a value of 1000 (that is, 1000 cents).
Tax
All currency amounts in API requests and responses are inclusive of tax. That
is, the amount specified is the total amount including any applicable tax. The
amount of tax included is specified in the corresponding taxIncluded
field.