Discount
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
@type |
|
string |
true |
|
|
true |
valueType |
Specifies if the discount is expressed as an amount or a percent. |
string |
|
|
|
|
value |
The discount amount or percentage. The value type defines whether the value is an amount or a percent. |
number |
|
|
|
|
Application |
|
array |
|
string |
|
|
Description |
A description of the discount. |
string |
|
|
|
|
beforeTaxInd |
When true, the discount is applied before tax. When false, the discount applies after tax. |
boolean |
|
|
|
|
ExtensionPoint |
|
ExtensionPoint |
|
|
|
true |
{
"@type" : "string",
"valueType" : "string",
"value" : "number",
"application" : [ "string" ],
"description" : "string",
"beforeTaxInd" : "boolean",
"extensionPoint" : { }
}