Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.43 KB

LoyaltyCampaignBase.md

File metadata and controls

21 lines (17 loc) · 1.43 KB

Flipdish.LoyaltyCampaignBase

Properties

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