Discount Scope
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
[SerializableAttribute]
public enum DiscountScope
[SerializableAttribute]
public enum DiscountScope
<SerializableAttribute> _
Public Enumeration DiscountScope
<SerializableAttribute> _
Public Enumeration DiscountScope
[SerializableAttribute]
public enum class DiscountScope
[SerializableAttribute]
public enum class DiscountScope
[<SerializableAttribute>]
type DiscountScope
[<SerializableAttribute>]
type DiscountScope
| Member name | Value | Description |
---|
| FEE_LIST | 0 |
discount is applied only to those fees listed in the fee_ids array
|
| ORDER_TOTAL | 1 |
discount is applied to the order total
|