Click or drag to resize

Ignition.Commerce.Accounting.History Namespace

 
Classes
 ClassDescription
Public classOrderHistoryService Provides services related to compiling data related to a given Individual's historical orders.
Interfaces
 InterfaceDescription
Public interfaceICurrentFinancials Represents detailed financial information about a given order or invoice.
Public interfaceICustomerWithFinancialData 
Public interfaceIHistoricalInvoice Represents an invoice in the context of an IHistoricalOrder.
Public interfaceIHistoricalInvoiceWithFinancials Represents an invoice in the context of an IHistoricalOrderWithFinancials, including detailed financials not found in IHistoricalInvoice.
Public interfaceIHistoricalOrder Represents a historical view of single conceptual order between a given individual and netFORUM. This object does not map one-to-one with netFORUM's concept of an "Order". Instead, this is an aggregated view of information otherwise stored across various netFORUM business objects including Order, Invoice, and Payment.
Public interfaceIHistoricalOrderItem Represents a single item in the context of a IHistoricalOrder.
Public interfaceIHistoricalOrderItemDistribution Represents the distribution of value between a source and a target item.
Public interfaceIHistoricalOrderWithFinancials Represents a single conceptual order between a given individual and netFORUM, including detailed financials not found in IHistoricalOrder.
Public interfaceIHistoricalPayment Represents a payment made against an invoice. Does not map one-to-one with the netFORUM Payment business object, but instead takes a more real-world approach. One IHistoricalPayment contains information about all of the funds of a given type (actual money or preexisting credit) applied to a given invoice.
Enumerations
 EnumerationDescription
Public enumerationHistoricalOrderItemType Specifies the general, high-level type of an order item.
Public enumerationHistoricalOrderStatus Specifies the status of an order as a whole, an invoice as a whole, or a single order item.