Table of Contents

Enum ConditionRuleType

Namespace
Dynamicweb.Ecommerce.Loyalty
Assembly
Dynamicweb.Ecommerce.dll

The order of enum values mean a priority of this rule type

public enum ConditionRuleType

Fields

Custom = 0

The custom condition could be used in custom point providers

Payment = 5

A specific payment is needed

ProductQuantity = 1

More quantity is needed

Shipping = 4

A specific shipping is needed

TotalPrice = 2

More amount is needed

Voucher = 3

Voucher code is needed

To top