Discount Type
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
[SerializableAttribute]
public enum DiscountType
[SerializableAttribute]
public enum DiscountType
<SerializableAttribute> _
Public Enumeration DiscountType
<SerializableAttribute> _
Public Enumeration DiscountType
[SerializableAttribute]
public enum class DiscountType
[SerializableAttribute]
public enum class DiscountType
[<SerializableAttribute>]
type DiscountType
[<SerializableAttribute>]
type DiscountType
| Member name | Value | Description |
---|
| PERCENT | 0 |
discount is a percentage specified by discount_percent
|
| AMOUNT | 1 |
discount is a fixed amount, specified by discount_amount
|