DiscountApplicationRecord Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the DiscountApplicationRecord class.
Overload List
Name | Description | |
---|---|---|
DiscountApplicationRecord()()() | Initializes a new instance of the DiscountApplicationRecord class. | |
DiscountApplicationRecord(SerializationInfo, StreamingContext) | Initializes a new instance of the DiscountApplicationRecord class using the specified serialization information and streaming context. |
Top
Remarks
This class is used to store the ItemLevelDiscountsApplied and OrderLevelDiscountsApplied in the LineItem class. Most developers will use DiscountApplicationRecord to access the DiscountId, DiscountName, and DiscountAmount properties.
See Also
Reference
DiscountApplicationRecord Class