VoucherUsageStats
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| total_usage | Integer | Total number of times the voucher has been used. | [default to null] |
| unique_users | Long | Number of unique users who have used the voucher. | [default to null] |
| total_discount_given | Double | Total discount amount given across all uses. | [default to null] |
| average_order_value | Double | Average order value when voucher was applied. | [default to null] |