Click or drag to resize

IStandardCartItem Interface


Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public interface IStandardCartItem : ICartItemIdentity

The IStandardCartItem type exposes the following members.

Properties
 NameDescription
Public propertyCartItemId Id of this item.
(Inherited from ICartItemIdentity)
Public propertyDiscountAmountApplied Amount by which this cart item has been discounted. This amount will always be positive. This amount has already been subtracted from Total, and has not been subtracted from SubTotal.
Public propertyInvoiceDetails A collection of all of the invoice details represented by this cart item, including invoice details for any cart items nested under this one.
Public propertyName A high-level name of this cart item. Generally taken from the name of the most important invoice detail of the item.
Public propertySubTotal Price of this item, excluding any taxes, discounts, or shipping charges.
Public propertyTaxApplied Amount of tax applied to this cart item. This amount has already been included in Total, and is excluded from SubTotal.
Public propertyTotal Total effective price of this item. See Remarks for details on all that is included.
Top
See Also