OrderDetail Class

Definition

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("OrderDetail")]
public class OrderDetail : NetForumEntity
Inheritance
Object    NetForumEntity    OrderDetail

Constructors

OrderDetailInitializes a new instance of the OrderDetail class

Properties

BenefitingCustomerId The customer that effectively receives the benefits of this purchase (such as a physical product, or a membership). The same as ShippingCustomerId.
BillToCustomerId The customer that pays for this purchase. The same as CustomerId.
CustomerId 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsAdditionalCharge 
IsVoid 
ItemName 
Notes 
OrderId 
PriceCode 
PriceId 
PriceName 
ProductId 
ProductName 
ProductTypeId 
Quantity 
QuantityInvoiced 
RevisionInformation
(Inherited from NetForumEntity)
ShippingCustomerAddressId 
ShippingCustomerId 
SourceCodeId 
Total 
Type 
UninvoicedQuantity 
UninvoicedTotal 
UnitPrice 

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also