<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ms-0200:Total xmlns:ms-0100="http://www.modeldev.restauranttechnologynetwork.com/models/v1" taxExemptInd="true" xmlns:ms-0200="http://www.modeldev.restauranttechnologynetwork.com/models/v2">
<ms-0200:Currency decimalPlaces="2">Example String Value</ms-0200:Currency>
<ms-0100:Surcharge amount="3.00" surchargeIncludedInd="true">
<ms-0100:Description>Delivery fee</ms-0100:Description>
</ms-0100:Surcharge>
<ms-0100:Tax amount=".53" taxIncludedInd="true">
<ms-0100:Description>State tax</ms-0100:Description>
</ms-0100:Tax>
<ms-0200:ItemPrice>7.00</ms-0200:ItemPrice>
<ms-0200:Context>Third party delivery</ms-0200:Context>
<ms-0100:Discount beforeTaxInd="true" value="3.00" valueType="Amount">
<ms-0100:Application>Example String Value</ms-0100:Application>
<ms-0100:Description>Senior discount.</ms-0100:Description>
</ms-0100:Discount>
<ms-0200:Gratuity>12</ms-0200:Gratuity>
</ms-0200:Total>
{
"Total" : {
"taxExemptInd" : true,
"Currency" : {
"value" : "Example String Value",
"decimalPlaces" : "2"
},
"Surcharge" : [ {
"@type" : "Surcharge",
"amount" : 3.00,
"surchargeIncludedInd" : true,
"Description" : "Delivery fee"
} ],
"Tax" : [ {
"@type" : "Tax",
"amount" : 0.53,
"taxIncludedInd" : true,
"Description" : "State tax"
} ],
"ItemPrice" : 7.00,
"Context" : [ "Third party delivery" ],
"Discount" : [ {
"@type" : "Discount",
"valueType" : "Amount",
"value" : 3.00,
"beforeTaxInd" : true,
"Application" : [ "Example String Value" ],
"Description" : "Senior discount."
} ],
"Gratuity" : 12
}
}