ITaxCartItem Interface

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 interface ITaxCartItem : ICartItem, 
	ICartItemIdentity
Implements
ICartItem, ICartItemIdentity

Properties

CanChangeQty Indicates if the quantity of a given line item may be changed. Items loaded from previous invoices can never have their quantities updated by Ignition, otherwise, baseline NetFORUM business rules are followed.
(Inherited from ICartItem)
CartItemId Id of this item.
(Inherited from ICartItemIdentity)
Components
(Inherited from ICartItem)
DiscountAmountApplied 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.
(Inherited from ICartItem)
HasDiscountProgramVoucherApplied Indicates if a discount program voucher has been applied to this cart item
(Inherited from ICartItem)
InvoiceDetailType
(Inherited from ICartItem)
IsFromPreviousInvoice Indicates if this cart item came from a pre-existing invoice.
(Inherited from ICartItem)
IsProductShippable Indicates if netFORUM considers the item is shippable. Not all items shipped require a corresponding shipping fee.
(Inherited from ICartItem)
ItemName Name of the item being purchased. This maps to the name of this item's netFORUM Price rather than its Product.
(Inherited from ICartItem)
PackageGroupingId
(Inherited from ICartItem)
PreviousInvoiceCode The Invoice Code of the previous invoice that this cart item came from. Will be null if IsFromPreviousInvoice is false.
(Inherited from ICartItem)
PreviousInvoiceId The Id of the previous invoice that this cart item came from. Will be null if IsFromPreviousInvoice is false.
(Inherited from ICartItem)
PreviousInvoiceTransactionDate The Transaction Date of the previous invoice that this cart item came from. Will be null if IsFromPreviousInvoice is false.
(Inherited from ICartItem)
PriceId netFORUM Price being used for this particular purchase of this ProductId.
(Inherited from ICartItem)
ProductCode netFORUM Product Code of the Product being purchased through this cart item.
(Inherited from ICartItem)
ProductId netFORUM Product being purchased through this cart item.
(Inherited from ICartItem)
ProductTypeId netFORUM Product Type of the Product being purchased through this cart item.
(Inherited from ICartItem)
Qty The quantity of this cart item.
(Inherited from ICartItem)
ShowOnInvoice
(Inherited from ICartItem)
SubTotal Sub-total for this cart item, excluding any taxes and discounts.
(Inherited from ICartItem)
TaxApplied Amount of tax applied to this cart item. This amount has already been included in Total, and is excluded from SubTotal.
(Inherited from ICartItem)
Total Total cost of this cart item, including any taxes and discounts.
(Inherited from ICartItem)
UnitPrice The unit price of this cart item, excluding any taxes and discounts.
(Inherited from ICartItem)

See Also