ValidPromoEntity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | Type of this promo | [default to null] |
| promo | ValidPromoEntity_promo | [optional] [default to null] | |
| delivery_discount | BigDecimal | Calculated discount for delivery fee | [default to null] |
| description | String | Promo description | [optional] [default to null] |
| end_date | String | Promo expiry | [optional] [default to null] |
| minimum_purchase | BigDecimal | Minimum total amount for this promo to be valid | [optional] [default to null] |