| applies_to | String | Identifies order types this promo belongs to | [default to null] |
| code | String | Promo code | [default to null] |
| type | String | Type of this promo | [default to null] |
| amount_off | BigDecimal | Promo discount as amount deductable | [default to null] |
| percentage_off | BigDecimal | Promo discount as percentage | [default to null] |
| subsidized_delivery_amount | BigDecimal | Promo discount for delivery fee | [default to null] |
| minimum_purchase | BigDecimal | Minimum total amount for this promo to be valid | [default to null] |
| free_item_description | String | Promo description | [optional] [default to null] |
| start_date | String | Promo start date | [default to null] |
| end_date | String | Promo end date, null means promo does not expire via date | [default to null] |