Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 3.66 KB

File metadata and controls

46 lines (43 loc) · 3.66 KB

Flipdish.Model.VoucherWithStats

Properties

Name Type Description Notes
TotalUsed int? Total times the voucher was used [optional]
TotalCustomers int? Total amount of customers who used this voucher [optional]
TotalAmountFromOrders double? Total amount of money from orders [optional]
TotalDiscounted double? Total amount of money given away [optional]
AverageOrderSize double? Average Order Size [optional]
VoucherId int? Voucher Id [optional]
Status string Voucher Status [optional]
VoucherType string Voucher Type [optional]
Currency string Currency of the voucher [optional]
StoreNames List<string> Stores that this voucher applies to [optional]
PromotionDetails PromotionDetails Promotion details [optional]
CreditNoteDetails CreditNoteDetails Credit note details [optional]
LumpDiscountDetails LumpDiscountDetails Lump discount details [optional]
PercentDiscountDetails PercentDiscountDetails Percent discount details [optional]
Code string Voucher Code [optional]
Description string Voucher Description (Visible on printout) [optional]
Stores List<int?> Stores that this voucher applies to [optional]
ValidOnOrdersOver double? Valid on orders on or above [optional]
TakesPriority bool? Takes priority [optional]
IsEnabled bool? Is voucher enabled [optional]
IsAutomaticallyApplied bool? Is voucher automatically applied [optional]
IncludeDeliveryFee bool? Include delivery fees [optional]
IsValidForDeliveryOrders bool? Valid for delivery orders [optional]
IsValidForPickupOrders bool? Valid for pickup orders [optional]
IsValidForOrdersPayedOnline bool? Valid for orders payed online [optional]
IsValidForOrdersPayedByCash bool? Valid for orders payed in cash [optional]
IsValidForFirstOrderOnly bool? Valid only on the first order by the customer [optional]
IsValidOncePerCustomer bool? Valid once per customer [optional]
IsValidOnlyOnce bool? Valid only once, by any customer (once used cannot be used again by any other customer) [optional]
IsDiscoverable bool? Enables the voucher to be offered in the Voucher Discoverability feature [optional]
ForceDiscount bool? Force the discount to be applied which bypasses some menu restrictions [optional]
StartDate DateTime? Voucher Starts On (Time in UTC) [optional]
ExpiryDate DateTime? Voucher Expires On (Time in UTC) [optional]
ChannelRestrictions List<string> Limit the channels this voucher can be used on [optional]
ValidityPeriods List<ValidityPeriod> Periods in which the voucher is valid. An empty list means the voucher is valid at all times. When updating the voucher, if this is set to null, the validity periods won't be updated. [optional]
VoucherSubType string Voucher Subtype [optional]
CustomerId int? Customer UserID [optional]
MaxRedemptions int? Maximum number of times the voucher can be redeemed (used) [optional]

[Back to Model list] [Back to API list] [Back to README]