Type Alias CurrencyField

CurrencyField: string | { currency: string; value: string }

A simple quantity value without thousands separators or currency signs using a period as a decimal point. Example: "27000.00"

To add a currency code that is different from the company default, specify the code using the currency tag.

Example: “payRate”: { “value”: “27000.00”, “currency”: “EUR”}