UpdateEnterpriseVoucherRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Updated display name. | [optional] [default to null] |
| description | String | Updated description. | [optional] [default to null] |
| discount_type | String | Updated discount type. | [optional] [default to null] |
| discount_value | Double | Updated discount value. | [optional] [default to null] |
| min_order_amount | Double | Updated minimum order amount. | [optional] [default to null] |
| max_discount_amount | Double | Updated maximum discount amount. | [optional] [default to null] |
| usage_limit | Integer | Updated total usage limit. | [optional] [default to null] |
| user_usage_limit | Integer | Updated per-user usage limit. | [optional] [default to null] |
| start_date | String | Updated start date. | [optional] [default to null] |
| end_date | String | Updated end date. | [optional] [default to null] |
| is_active | Boolean | Whether the voucher is active. | [optional] [default to null] |