# Flipdish.OrderVoucherSummary

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**VoucherId** | **Number** | Voucher ID | [optional] 
**Name** | **String** | Voucher name | [optional] 
**Description** | **String** | Voucher description | [optional] 
**Code** | **String** | Voucher code | [optional] 
**Amount** | **Number** | Voucher amount | [optional] 
**Type** | **String** | Voucher type | [optional] 
**SubType** | **String** | Voucher sub type | [optional] 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `PercentageDiscount` (value: `"PercentageDiscount"`)

* `LumpDiscount` (value: `"LumpDiscount"`)

* `AddItem` (value: `"AddItem"`)

* `CreditNote` (value: `"CreditNote"`)

* `FreeDelivery` (value: `"FreeDelivery"`)




<a name="SubTypeEnum"></a>
## Enum: SubTypeEnum


* `None` (value: `"None"`)

* `SignUp` (value: `"SignUp"`)

* `Loyalty` (value: `"Loyalty"`)

* `Loyalty25` (value: `"Loyalty25"`)

* `Retention` (value: `"Retention"`)

* `SecondaryRetention` (value: `"SecondaryRetention"`)

* `Custom` (value: `"Custom"`)




