RemoteOrderTax
Model
Represents a named tax that can be collected at the point of sale.
Required
remoteOrderTaxID :
number (int)
The unique identifier for this tax. Tax ID's can vary from outlet to outlet (depending on their configuration) but will lie within the range 1-4.
Most countries will only use a single tax but certain countries and service modes can yield multiple simultaneous taxes that may also vary from product to product.
Required
MaxLength(16)
Truncates
name :
string
Short descriptive name of this tax for display on invoices / receipts
Example
{
"remoteOrderTaxID": 321,
"name": "string value"
}