ShippingCartItem Class

Note: This API is now obsolete.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("(5.0)")]
public class ShippingCartItem : CartItem, 
	IShippingCartItem, ICartItem, ICartItemIdentity
Inheritance
Object    CartItem    ShippingCartItem
Implements
ICartItem, ICartItemIdentity, IShippingCartItem

Properties

CanChangeQty
(Inherited from CartItem)
CanChangeQuantity
(Inherited from CartItem)
CartItemId
(Inherited from CartItem)
Components
(Inherited from CartItem)
DiscountAmountApplied
(Inherited from CartItem)
HasDiscountProgramVoucherApplied
(Inherited from CartItem)
InvoiceDetailType
(Inherited from CartItem)
IsFromPreviousInvoice
(Inherited from CartItem)
IsProductShippable
(Inherited from CartItem)
ItemName
(Inherited from CartItem)
Name
(Inherited from CartItem)
PackageGroupingId
(Inherited from CartItem)
PreviousInvoiceCode
(Inherited from CartItem)
PreviousInvoiceId
(Inherited from CartItem)
PreviousInvoiceTransactionDate
(Inherited from CartItem)
PriceId
(Inherited from CartItem)
PriceName
(Inherited from CartItem)
ProductCode
(Inherited from CartItem)
ProductId
(Inherited from CartItem)
ProductName
(Inherited from CartItem)
ProductTypeId
(Inherited from CartItem)
Qty
(Inherited from CartItem)
Quantity
(Inherited from CartItem)
ShippingMethod 
ShowOnInvoice
(Inherited from CartItem)
SubTotal
(Inherited from CartItem)
TaxApplied
(Inherited from CartItem)
Total
(Inherited from CartItem)
UnitPrice
(Inherited from CartItem)

See Also