| Name | Type | Description | Notes |
|---|---|---|---|
| id | AllOfCouponId | Coupon's ID a.k.a redemption code. | [optional] |
| discount | Discount | ||
| restrictions | Array<CouponRestriction> | Coupon restrictions. | [optional] |
| redemptions_count | Integer | Coupon's redemptions count. | [optional] |
| status | String | If coupon enabled. | [optional] |
| description | String | Your coupon description. When it is not empty this is used for invoice discount item description, otherwise the item's description uses coupon's ID like 'Coupon "COUPON-ID"'. | [optional] |
| issued_time | DateTime | Coupon's issued time (start time). | |
| expired_time | DateTime | Coupon's expire time (end time). | [optional] |
| created_time | AllOfCouponCreatedTime | Coupon created time. | [optional] |
| updated_time | AllOfCouponUpdatedTime | Coupon updated time. | [optional] |
| _links | Array<SelfLink> | The links related to resource. | [optional] |