Click or drag to resize
MultiBuyItem Class
Represents an item for Buy X get Y discounts evaluation.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceMultiBuyItem

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public class MultiBuyItem

The MultiBuyItem type exposes the following members.

Constructors
  NameDescription
Public methodMultiBuyItem
Creates a new instance of MultiBuyItem initialized with the specified item.
Top
Properties
  NameDescription
Public propertyAutoAddedUnits
Gets or sets the amount of the automatically added items.
Public propertyID
Gets or sets the ID of the item.
Public propertySKU
Gets or sets the SKU behind this item.
Public propertyUnitPrice
Gets or sets the unit price of this item.
Public propertyUnits
Gets or sets the amount of the item.
Top
See Also