Name | Description | Type | Required | Generic | Enum | Ignore |
---|---|---|---|---|---|---|
@type | string | true | true | |||
amount | The cost of the surcharge. | number | false | false | ||
Description | A textual description of the surcharge. | string | false | false | ||
surchargeIncludedInd | When true, the surcharge is included in the item price. | boolean | false | false | ||
ExtensionPoint | ExtensionPoint | false | true |
{ "@type" : "string", "amount" : "number", "description" : "string", "surchargeIncludedInd" : "boolean", "extensionPoint" : { } }