CreateTicketPayload
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| subject | String | Subject line of the ticket. | [default to null] |
| description | String | Detailed description of the issue or request. | [default to null] |
| ticket_type | TicketType | Type of the ticket. | [optional] [default to null] |
| priority | TicketPriority | Priority level of the ticket. | [optional] [default to null] |
| order_id | Long | Related order ID, if applicable. | [optional] [default to null] |
| attachments | List | List of attachment URLs or file paths. | [optional] [default to null] |
| tags | String | Comma-separated tags for categorization. | [optional] [default to null] |