| Name | Type | Description | Notes |
|---|---|---|---|
| voucherId | Integer | Voucher Id | [optional] |
| code | String | Voucher Code | [optional] |
| status | StatusEnum | Voucher Status | [optional] |
| voucherType | VoucherTypeEnum | Voucher Type | [optional] |
| voucherSubType | VoucherSubTypeEnum | Voucher Sub Type | [optional] |
| description | String | Voucher Description (Visible on printout) | [optional] |
| isEnabled | Boolean | Is voucher enabled | [optional] |
| Name | Value |
|---|---|
| VALID | "Valid" |
| NOTYETVALID | "NotYetValid" |
| EXPIRED | "Expired" |
| USED | "Used" |
| DISABLED | "Disabled" |
| Name | Value |
|---|---|
| PERCENTAGEDISCOUNT | "PercentageDiscount" |
| LUMPDISCOUNT | "LumpDiscount" |
| ADDITEM | "AddItem" |
| CREDITNOTE | "CreditNote" |
| FREEDELIVERY | "FreeDelivery" |
| Name | Value |
|---|---|
| NONE | "None" |
| SIGNUP | "SignUp" |
| LOYALTY | "Loyalty" |
| LOYALTY25 | "Loyalty25" |
| RETENTION | "Retention" |
| SECONDARYRETENTION | "SecondaryRetention" |
| CUSTOM | "Custom" |