Click or drag to resize

IHistoricalInvoiceWithFinancials Properties

The IHistoricalInvoiceWithFinancials type exposes the following members.

Properties
 NameDescription
Public propertyCurrentFinancials Detailed financial data about this invoice.
Public propertyExternalNotes Notes on this invoice, intended for external use by customers.
(Inherited from IHistoricalInvoice)
Public propertyId Invoice id, mapping to the id of the netFORUM Invoice business object
(Inherited from IHistoricalInvoice)
Public propertyInternalNotes Notes on this invoice, intended for internal use by association staff.
(Inherited from IHistoricalInvoice)
Public propertyItems Collection of items invoiced under this invoice.
(Inherited from IHistoricalInvoice)
Public propertyNumber Invoice number
(Inherited from IHistoricalInvoice)
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.
(Inherited from IHistoricalInvoice)
Public propertyStatus The current status of this invoice in the context of its IHistoricalOrder.
(Inherited from IHistoricalInvoice)
Public propertyTrackingNumber Tracking number for the shipment related to this invoice.
(Inherited from IHistoricalInvoice)
Public propertyTransactionDate The transaction date for this invoice.
(Inherited from IHistoricalInvoice)
Top
See Also