| absoluteValue | number or null <double> The absolute value of the discount. |
| combineWithItemDiscounts | boolean Describes whether or not to combine this purchasing entity discount with item discounts. |
| name | string or null The name of the discount. |
| percentageValue | number or null <double> The percentage value of the discount. |
{- "name": "string",
- "absoluteValue": 0,
- "percentageValue": 0,
- "combineWithItemDiscounts": true
}