# DiscountOffer

### Object description

| Field              | Type                                                                                     | Required | Description                        |
| ------------------ | ---------------------------------------------------------------------------------------- | -------- | ---------------------------------- |
| id                 | String                                                                                   | Yes      | Offer identifier                   |
| title              | [Translatable](https://developer.smarts.ee/general/data-object-description/translatable) | Yes      | Offer title                        |
| startDate          | String                                                                                   | No       | Offer start date format YYYY-MM-DD |
| endDate            | String                                                                                   | No       | Offer end date format YYYY-MM-DD   |
| type               | [OfferType](https://developer.smarts.ee/general/data-object-description/offertype)       | Yes      | Offer type = DISCOUNT              |
| imageUri           | String                                                                                   | Yes      | Offer image location               |
| discountPercentage | int                                                                                      | Yes      | Discount percentage                |
| offerPrice         | double                                                                                   | Yes      | Discount product price             |
| defaultPrice       | double                                                                                   | Yes      | Standard product price             |
