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