OrderHistoryService Class

Provides services related to compiling data related to a given Individual's historical orders.

Definition

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class OrderHistoryService
Inheritance
Object    OrderHistoryService

Constructors

OrderHistoryService Default constructor.

Methods

GetOrderHistory Retrieve the order history of the specified Individual.
GetOrderHistoryWithFinancials Retrieve the order history of the specified Individual, including detailed financial data.

See Also