CreateEnterpriseVoucherRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| code | String | Unique voucher code. | [default to null] |
| name | String | Display name of the voucher. | [default to null] |
| description | String | Optional 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 to use the voucher. | [optional] [default to null] |
| max_discount_amount | Double | Maximum discount amount that can be applied. | [optional] [default to null] |
| usage_limit | Integer | Total number of times the voucher can be used. | [optional] [default to null] |
| user_usage_limit | Integer | Maximum number of times each user can use the voucher. | [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] |
| template_id | Long | Optional ID of the template this voucher was generated from. | [optional] [default to null] |