Class CouponType
Indicates how the coupon is applied.
Inheritance
System.Object
CouponType
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public sealed class CouponType : Enum
Fields
ItemDiscount
Discount a specific item's price.
Declaration
public const CouponType ItemDiscount
Field Value
Type | Description |
---|---|
CouponType |
OrderDiscount
Discount the subtotal for a whole order.
Declaration
public const CouponType OrderDiscount
Field Value
Type | Description |
---|---|
CouponType |
ShippingDiscount
Credit some or all of the shipping amount.
Declaration
public const CouponType ShippingDiscount
Field Value
Type | Description |
---|---|
CouponType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |