EnterpriseVoucherResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the voucher. | [default to null] |
| enterprise_id | Long | ID of the enterprise that owns this voucher. | [default to null] |
| template_id | Long | Optional ID of the template used to create this voucher. | [optional] [default to null] |
| code | String | Voucher code. | [default to null] |
| name | String | Display name of the voucher. | [default to null] |
| description | String | Description of the voucher. | [optional] [default to null] |
| discount_type | String | Type of discount (percentage or fixed_amount). | [default to null] |
| discount_value | Double | Discount value (percentage or amount). | [default to null] |
| currency_code | String | Currency code for the voucher. | [default to null] |
| min_order_amount | Double | Minimum order amount required. | [optional] [default to null] |
| max_discount_amount | Double | Maximum discount amount that can be applied. | [optional] [default to null] |
| usage_limit | Integer | Total usage limit. | [optional] [default to null] |
| usage_count | Integer | Current number of times the voucher has been used. | [default to null] |
| user_usage_limit | Integer | Per-user usage limit. | [optional] [default to null] |
| start_date | String | Voucher validity start date. | [optional] [default to null] |
| end_date | String | Voucher validity end date. | [optional] [default to null] |
| is_active | Boolean | Whether the voucher is active. | [default to null] |
| created_at | String | Timestamp when the voucher was created. | [default to null] |
| updated_at | String | Timestamp when the voucher was last updated. | [default to null] |