Click or drag to resize
DeliveryItem Class
Class representing one item in Delivery.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceDeliveryItem

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public sealed class DeliveryItem

The DeliveryItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount
The quantity of the item.
Public propertyCustomData
Custom data of this item.
Public propertyProduct
The product represented by the item.
Top
See Also