Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.59 KB

File metadata and controls

21 lines (18 loc) · 1.59 KB

Flipdish.Model.LoyaltyCampaignBase

Properties

Name Type Description Notes
OrdersBeforeReceivingVoucher int? Number of orders customer needs to make, before receiving voucher [optional]
PercentDiscountAmount int? Discount amount in percents [optional]
MaxDiscount double? Maximum discount for percentage discounts [optional]
RoundingStrategy int? Controls how the loyalty voucher's amount is rounded [optional]
ShouldIncludeOrdersWithLoyaltyVoucher bool? Controls whether we should include orders with loyalty vouchers in the campaign calculation [optional]
VoucherValidPeriodDays int? Number of days for which the voucher will be valid. [optional]
IncludeDeliveryFee bool? Discount will include delivery fee [optional]
AutoApplyResultingVouchers bool? Automatically apply resulting vouchers [optional]
IncludeExistingOrders bool? Campaign will apply to existing orders [optional]
IsEnabled bool? Is campaign enabled [optional]
StoreIds List<int?> Ids of stores this campaign applies to [optional]
AppId string The app that this campaign belongs to. [optional]
ForceDiscount bool? Controls whether the voucher generated from this campaign will override discount exclusions [optional]

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