OrderHistoryService | Provides services related to compiling data related to a given Individual's historical orders. |
ICurrentFinancials | Represents detailed financial information about a given order or invoice. |
ICustomerWithFinancialData | |
IHistoricalInvoice | Represents an invoice in the context of an IHistoricalOrder. |
IHistoricalInvoiceWithFinancials | Represents an invoice in the context of an IHistoricalOrderWithFinancials, including detailed financials not found in IHistoricalInvoice. |
IHistoricalOrder | 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. |
IHistoricalOrderItem | Represents a single item in the context of a IHistoricalOrder. |
IHistoricalOrderItemDistribution | Represents the distribution of value between a source and a target item. |
IHistoricalOrderWithFinancials | Represents a single conceptual order between a given individual and netFORUM, including detailed financials not found in IHistoricalOrder. |
IHistoricalPayment | 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. |
HistoricalOrderItemType | Specifies the general, high-level type of an order item. |
HistoricalOrderStatus | Specifies the status of an order as a whole, an invoice as a whole, or a single order item. |