<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0100:Tax amount=".53" taxIncludedInd="true" xmlns:ms-0100="http://www.modeldev.restauranttechnologynetwork.com/models/v1"> <ms-0100:Description>State tax</ms-0100:Description> </ms-0100:Tax>
{ "Tax" : { "amount" : 0.53, "taxIncludedInd" : true, "Description" : "State tax" } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
A textual description of the tax.
|
||||||||||||
|
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
amount |
The system calculated tax amount.
|
||||||||||||
|
Name | Description |
---|---|
taxIncludedInd |
When true, tax is included in the price amount.
|