PackageCouponResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the coupon. | [default to null] |
| code | String | Coupon code. | [default to null] |
| discount | Double | Discount value (flat amount or percentage). | [default to null] |
| percentage | Boolean | Whether the discount is a percentage (true) or fixed amount (false). | [default to null] |
| max_coupon_amount | Double | Maximum discount amount that can be applied. | [optional] [default to null] |
| min_order_amount | Double | Minimum order amount required to use coupon. | [optional] [default to null] |
| times | Integer | Number of times coupon can be used. | [optional] [default to null] |
| vendor_type_id | Long | Vendor type this coupon is valid for. | [optional] [default to null] |