<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0100:Surcharge amount="3.00" surchargeIncludedInd="true" xmlns:ms-0100="http://www.modeldev.restauranttechnologynetwork.com/models/v1"> <ms-0100:Description>Delivery fee</ms-0100:Description> </ms-0100:Surcharge>
{ "Surcharge" : { "amount" : 3.00, "surchargeIncludedInd" : true, "Description" : "Delivery fee" } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
A textual description of the surcharge.
|
||||||||||||
|
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
amount |
The cost of the surcharge.
|
||||||||||||
|
Name | Description |
---|---|
surchargeIncludedInd |
When true, the surcharge is included in the item price.
|