ICustomerWithFinancialData Interface

Definition

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public interface ICustomerWithFinancialData : ICustomerIdentity
Implements
ICustomerIdentity

Properties

Id NetFORUM Customer Key
(Inherited from ICustomerIdentity)
Invoices Collection of Invoices on which this customer is the Primary Customer, the Bill-To Customer, or the Billing Contact.
Orders Collection of Orders on which this customer is the Primary Customer, the Bill-To Customer, or the Billing Contact.
Payments Collection of Payments made by this customer.

See Also