InvoiceDetail Class

Definition

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("62F4CECD-4260-49C8-A302-52D861619D01")]
public class InvoiceDetail : NetForumEntity
Inheritance
Object    NetForumEntity    InvoiceDetail

Constructors

InvoiceDetailInitializes a new instance of the InvoiceDetail class

Properties

AdjustmentBatchId 
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 
HadDiscountProgramVoucherApplied 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
InvoiceId 
IsAdditionalCharge 
IsClosed 
IsShipped 
IsVoid 
ItemName 
Notes 
OriginatingOrderDetailId 
PackageGroupingKey 
PackageProductId If this invoice detail was purchased as a part of a package, the product Id of that package; otherwise null
PriceCode 
PriceId 
PriceName 
ProductId 
ProductName 
ProductTypeId 
Quantity 
RevisionInformation
(Inherited from NetForumEntity)
ShippingCustomerAddressId 
ShippingCustomerId 
SourceCodeId 
Total The total value of this line item at the time it was created. Does not reflect returns or cancels.
Type 
UnitPrice 

Methods

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

See Also