IHistoricalInvoiceWithFinancials Interface

Represents an invoice in the context of an IHistoricalOrderWithFinancials, including detailed financials not found in IHistoricalInvoice.

Definition

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

Properties

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

See Also