<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0200:Pricing taxExemptInd="true" xmlns:ms-0200="http://www.modeldev.restauranttechnologynetwork.com/models/v2"> <ms-0200:Currency decimalPlaces="2">Example String Value</ms-0200:Currency> <ms-0200:Surcharge amount="3.00" surchargeIncludedInd="true"> <ms-0200:Description>Delivery fee</ms-0200:Description> </ms-0200:Surcharge> <ms-0200:Surcharge amount="3.00" surchargeIncludedInd="true"> <ms-0200:Description>Delivery fee</ms-0200:Description> </ms-0200:Surcharge> <ms-0200:Surcharge amount="3.00" surchargeIncludedInd="true"> <ms-0200:Description>Delivery fee</ms-0200:Description> </ms-0200:Surcharge> <ms-0200:Tax amount=".53" taxIncludedInd="true"> <ms-0200:Description>State tax</ms-0200:Description> </ms-0200:Tax> <ms-0200:Tax amount=".53" taxIncludedInd="true"> <ms-0200:Description>State tax</ms-0200:Description> </ms-0200:Tax> <ms-0200:Tax amount=".53" taxIncludedInd="true"> <ms-0200:Description>State tax</ms-0200:Description> </ms-0200:Tax> <ms-0200:ItemPrice>7.00</ms-0200:ItemPrice> <ms-0200:Context>Third party delivery</ms-0200:Context> <ms-0200:Context>Third party delivery</ms-0200:Context> <ms-0200:Context>Third party delivery</ms-0200:Context> <ms-0200:Discount beforeTaxInd="true" value="3.00" valueType="Amount"> <ms-0200:Application>Example String Value</ms-0200:Application> <ms-0200:Application>Example String Value</ms-0200:Application> <ms-0200:Application>Example String Value</ms-0200:Application> <ms-0200:Description>Senior discount.</ms-0200:Description> </ms-0200:Discount> <ms-0200:Discount beforeTaxInd="true" value="3.00" valueType="Percent"> <ms-0200:Application>Example String Value</ms-0200:Application> <ms-0200:Application>Example String Value</ms-0200:Application> <ms-0200:Application>Example String Value</ms-0200:Application> <ms-0200:Description>Senior discount.</ms-0200:Description> </ms-0200:Discount> <ms-0200:Discount beforeTaxInd="true" value="3.00" valueType="Amount"> <ms-0200:Application>Example String Value</ms-0200:Application> <ms-0200:Application>Example String Value</ms-0200:Application> <ms-0200:Application>Example String Value</ms-0200:Application> <ms-0200:Description>Senior discount.</ms-0200:Description> </ms-0200:Discount> </ms-0200:Pricing>
{ "Pricing" : { "taxExemptInd" : true, "Currency" : { "value" : "Example String Value", "decimalPlaces" : "2" }, "Surcharge" : [ { "@type" : "Surcharge", "amount" : 3.00, "surchargeIncludedInd" : true, "Description" : "Delivery fee" }, { "@type" : "Surcharge", "amount" : 3.00, "surchargeIncludedInd" : true, "Description" : "Delivery fee" }, { "@type" : "Surcharge", "amount" : 3.00, "surchargeIncludedInd" : true, "Description" : "Delivery fee" } ], "Tax" : [ { "@type" : "Tax", "amount" : 0.53, "taxIncludedInd" : true, "Description" : "State tax" }, { "@type" : "Tax", "amount" : 0.53, "taxIncludedInd" : true, "Description" : "State tax" }, { "@type" : "Tax", "amount" : 0.53, "taxIncludedInd" : true, "Description" : "State tax" } ], "ItemPrice" : 7.00, "Context" : [ "Third party delivery", "Third party delivery", "Third party delivery" ], "Discount" : [ { "@type" : "Discount", "valueType" : "Amount", "value" : 3.00, "beforeTaxInd" : true, "Application" : [ "Example String Value", "Example String Value", "Example String Value" ], "Description" : "Senior discount." }, { "@type" : "Discount", "valueType" : "Percent", "value" : 3.00, "beforeTaxInd" : true, "Application" : [ "Example String Value", "Example String Value", "Example String Value" ], "Description" : "Senior discount." }, { "@type" : "Discount", "valueType" : "Amount", "value" : 3.00, "beforeTaxInd" : true, "Application" : [ "Example String Value", "Example String Value", "Example String Value" ], "Description" : "Senior discount." } ] } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Currency |
Specifies the currency information for the amount.
|
||||||||||||
|
|||||||||||||
Surcharge |
A collection of surcharges associated with the item (e.g. bag charge).
|
||||||||||||
|
|||||||||||||
Tax |
A collection of taxes associated with the item.
|
||||||||||||
|
|||||||||||||
ItemPrice |
The cost of an item.
|
||||||||||||
|
|||||||||||||
Context |
The order channel, daypart, effectivity for which this pricing item applies.
|
||||||||||||
|
|||||||||||||
Discount |
Describes a discount and to which items it applies.
|
||||||||||||
|
Name | Description |
---|---|
taxExemptInd |
When true, this item is not taxable When false, this item is taxable.
|