Click or drag to resize

IDiscountCartItem Properties

The IDiscountCartItem type exposes the following members.

Properties
 NameDescription
Public propertyCanChangeQty 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)
Public propertyCartItemId Id of this item.
(Inherited from ICartItemIdentity)
Public propertyComponents
(Inherited from ICartItem)
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.
(Inherited from ICartItem)
Public propertyDiscountCode 
Public propertyHasDiscountProgramVoucherApplied Indicates if a discount program voucher has been applied to this cart item
(Inherited from ICartItem)
Public propertyInvoiceDetailType
(Inherited from ICartItem)
Public propertyIsFromPreviousInvoice Indicates if this cart item came from a pre-existing invoice.
(Inherited from ICartItem)
Public propertyIsProductShippable Indicates if netFORUM considers the item is shippable. Not all items shipped require a corresponding shipping fee.
(Inherited from ICartItem)
Public propertyItemName Name of the item being purchased. This maps to the name of this item's netFORUM Price rather than its Product.
(Inherited from ICartItem)
Public propertyPackageGroupingId
(Inherited from ICartItem)
Public propertyPreviousInvoiceCode The Invoice Code of the previous invoice that this cart item came from. Will be null if IsFromPreviousInvoice is false.
(Inherited from ICartItem)
Public propertyPreviousInvoiceId The Id of the previous invoice that this cart item came from. Will be null if IsFromPreviousInvoice is false.
(Inherited from ICartItem)
Public propertyPreviousInvoiceTransactionDate The Transaction Date of the previous invoice that this cart item came from. Will be null if IsFromPreviousInvoice is false.
(Inherited from ICartItem)
Public propertyPriceId netFORUM Price being used for this particular purchase of this ProductId.
(Inherited from ICartItem)
Public propertyProductCode netFORUM Product Code of the Product being purchased through this cart item.
(Inherited from ICartItem)
Public propertyProductId netFORUM Product being purchased through this cart item.
(Inherited from ICartItem)
Public propertyProductTypeId netFORUM Product Type of the Product being purchased through this cart item.
(Inherited from ICartItem)
Public propertyQty The quantity of this cart item.
(Inherited from ICartItem)
Public propertyShowOnInvoice
(Inherited from ICartItem)
Public propertySubTotal Sub-total for this cart item, excluding any taxes and discounts.
(Inherited from ICartItem)
Public propertyTaxApplied Amount of tax applied to this cart item. This amount has already been included in Total, and is excluded from SubTotal.
(Inherited from ICartItem)
Public propertyTotal Total cost of this cart item, including any taxes and discounts.
(Inherited from ICartItem)
Public propertyUnitPrice The unit price of this cart item, excluding any taxes and discounts.
(Inherited from ICartItem)
Top
See Also