Click or drag to resize

OrderDetail Class

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Commerce.AccountingOrderDetail

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("OrderDetail")]
public class OrderDetail : NetForumEntity

The OrderDetail type exposes the following members.

Constructors
 NameDescription
Public methodOrderDetailInitializes a new instance of the OrderDetail class
Top
Properties
 NameDescription
Public propertyBenefitingCustomerId The customer that effectively receives the benefits of this purchase (such as a physical product, or a membership). The same as ShippingCustomerId.
Public propertyBillToCustomerId The customer that pays for this purchase. The same as CustomerId.
Public propertyCustomerId 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsAdditionalCharge 
Public propertyIsVoid 
Public propertyItemName 
Public propertyNotes 
Public propertyOrderId 
Public propertyPriceCode 
Public propertyPriceId 
Public propertyPriceName 
Public propertyProductId 
Public propertyProductName 
Public propertyProductTypeId 
Public propertyQuantity 
Public propertyQuantityInvoiced 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyShippingCustomerAddressId 
Public propertyShippingCustomerId 
Public propertySourceCodeId 
Public propertyTotal 
Public propertyType 
Public propertyUninvoicedQuantity 
Public propertyUninvoicedTotal 
Public propertyUnitPrice 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also