Click or drag to resize

IHistoricalOrderItem Properties

The IHistoricalOrderItem type exposes the following members.

Properties
 NameDescription
Public propertyBenefitingCustomerId The customer that effectively receives the benefits of this purchase (such as a physical product, or a membership).
Public propertyBillToCustomerId The customer that pays for this purchase.
Public propertyId Id of this item. This always maps to the Id of a netFORUM InvoiceDetail or OrderDetail, depending on if the item IsInvoiced.
Public propertyIncomingDistributions A list of the ways in which the value of other items in this order map to this item. See OutgoingDistributions for more information.
Public propertyIsInvoiced Indicates if this item has been "invoiced", as opposed to only being "ordered" with no invoice generated yet.
Public propertyItemName Name of the item being purchased. This maps to the name of this item's netFORUM Price rather than its Product.
Public propertyOriginalQuantity Original quantity for this IHistoricalOrderItem when it was first entered into this order. Does not take returns or cancels into account.
Public propertyOriginalTotal Original total cost of this IHistoricalOrderItem when it was first entered into this order, based on OriginalQuantity.
Public propertyOutgoingDistributions A list of the ways in which this item's value maps to other items in the order. The value represented by distributions is already included in the target item's OriginalTotal and does not need to be accounted for if you do not care about the "behind-the-scenes" mapping between items.
Public propertyPackageGroupingKey An arbitrary correlator used by netFORUM for grouping together items. Only populated when IsInvoiced is true.
Public propertyPriceCode Code of the netFORUM Price of the item being purchased.
Public propertyPriceId netFORUM Price being used for this particular purchase of this ProductId.
Public propertyPriceName Name of the netFORUM Price being purchased through this item.
Public propertyProductId netFORUM Product being purchased through this item.
Public propertyProductName Name of the netFORUM Product being purchased through this item.
Public propertyProductTypeId Type of the product being purchased.
Public propertyStatus The current status of this item in the context of its IHistoricalOrder.
Public propertyType This item's general, high-level type such as Product or Discount. If you're looking for the netFORUM Product Type of the product being purchased, see ProductTypeId.
Public propertyUnitPrice Unit price for 1 of this item, regardless of the item's actual OriginalQuantity.
Top
See Also