GenerateVoucherFromTemplateRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| template_id | Long | ID of the voucher template to use. | [default to null] |
| code | String | Unique voucher code to generate. | [default to null] |
| name | String | Optional custom name for the voucher (defaults to template name). | [optional] [default to null] |
| usage_limit_override | Integer | Optional override for usage limit. | [optional] [default to null] |
| start_date_override | String | Optional override for start date. | [optional] [default to null] |
| end_date_override | String | Optional override for end date. | [optional] [default to null] |