IHistoricalInvoice Interface

Represents an invoice in the context of an IHistoricalOrder.

Definition

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public interface IHistoricalInvoice

Properties

ExternalNotes Notes on this invoice, intended for external use by customers.
Id Invoice id, mapping to the id of the netFORUM Invoice business object
InternalNotes Notes on this invoice, intended for internal use by association staff.
Items Collection of items invoiced under this invoice.
Number Invoice number
OriginalTotal 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.
Status The current status of this invoice in the context of its IHistoricalOrder.
TrackingNumber Tracking number for the shipment related to this invoice.
TransactionDate The transaction date for this invoice.

See Also