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: 9.0.0
Syntax
C#
public sealed class DeliveryItem

The DeliveryItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Amount of this item.
Public propertyCustomData
Custom data of this item.
Public propertyProduct
Product represented by this item.
Top
See Also