| Name | Type | Description | Notes |
|---|---|---|---|
| voucherId | Integer | Voucher ID | [optional] |
| name | String | Voucher name | [optional] |
| description | String | Voucher description | [optional] |
| code | String | Voucher code | [optional] |
| amount | Double | Voucher amount | [optional] |
| type | TypeEnum | Voucher type | [optional] |
| subType | SubTypeEnum | Voucher sub type | [optional] |
| 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" |