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