Enum Scene.DiscountType
Represents types of discounts that can be applied to an object.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Scene.DiscountType
Fields
Name | Description |
---|---|
CurrencyUnits | Discount is expressed in currency units. |
Percentage | Discount is expressed as a percentage. |
Points | Discount is expressed in points. |