Click or drag to resize

IHistoricalInvoice Interface

Represents an invoice in the context of an IHistoricalOrder.

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public interface IHistoricalInvoice

The IHistoricalInvoice type exposes the following members.

Properties
 NameDescription
Public propertyExternalNotes Notes on this invoice, intended for external use by customers.
Public propertyId Invoice id, mapping to the id of the netFORUM Invoice business object
Public propertyInternalNotes Notes on this invoice, intended for internal use by association staff.
Public propertyItems Collection of items invoiced under this invoice.
Public propertyNumber Invoice number
Public propertyOriginalTotal The total original cost of this invoice. Later events such as returns or cancellations mean that the present-day total may no longer match the original total. To get the most up-to-date information about an invoice, use CurrentFinancials.
Public propertyStatus The current status of this invoice in the context of its IHistoricalOrder.
Public propertyTrackingNumber Tracking number for the shipment related to this invoice.
Public propertyTransactionDate The transaction date for this invoice.
Top
See Also