
public interface IHistoricalInvoiceWithFinancials : IHistoricalInvoicePublic Interface IHistoricalInvoiceWithFinancials
	Inherits IHistoricalInvoicepublic interface class IHistoricalInvoiceWithFinancials : IHistoricalInvoicetype IHistoricalInvoiceWithFinancials = 
    interface
        interface IHistoricalInvoice
    end| 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) |