UpdateVoucherTemplateRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| template_name | String | Updated template name. | [optional] [default to null] |
| template_description | String | Updated description. | [optional] [default to null] |
| discount_value | Double | Updated discount value. | [optional] [default to null] |
| min_order_value | Double | Updated minimum order value. | [optional] [default to null] |
| max_discount_amount | Double | Updated maximum discount amount. | [optional] [default to null] |
| usage_limit_per_user | Integer | Updated per-user usage limit. | [optional] [default to null] |
| total_usage_limit | Integer | Updated total usage limit. | [optional] [default to null] |
| valid_from | String | Updated valid from date. | [optional] [default to null] |
| valid_until | String | Updated valid until date. | [optional] [default to null] |
| applicable_categories | List | Updated applicable categories. | [optional] [default to null] |
| applicable_vendors | List | Updated applicable vendors. | [optional] [default to null] |
| excluded_categories | List | Updated excluded categories. | [optional] [default to null] |
| excluded_vendors | List | Updated excluded vendors. | [optional] [default to null] |
| requires_approval | Boolean | Whether approval is required. | [optional] [default to null] |
| auto_approve_limit | Double | Updated auto-approve limit. | [optional] [default to null] |
| is_active | Boolean | Whether the template is active. | [optional] [default to null] |