| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Unique identifier for this shipping discount | [optional] |
| name | string | Name of the discount | [optional] |
| description | string | Description of the discount | [optional] |
| criteria | \Keap\Core\V2\Model\DiscountCriteria[] | List of criteria that must be met for this discount to apply | [optional] |
| discount_type | string | Type of discount: AMOUNT (fixed amount) or PERCENT (percentage) | [optional] |
| discount_value | float | Value of the discount (amount or percentage depending on discount_type) | [optional] |