IHistoricalInvoice Interface
Namespace: Ignition.Commerce.Accounting.HistoryAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public interface IHistoricalInvoice
Public Interface IHistoricalInvoice
public interface class IHistoricalInvoice
type IHistoricalInvoice = interface end
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.
|