ICustomerWithFinancialData Interface


Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public interface ICustomerWithFinancialData : ICustomerIdentity

The ICustomerWithFinancialData type exposes the following members.

Properties
 NameDescription
Public propertyId NetFORUM Customer Key
(Inherited from ICustomerIdentity)
Public propertyInvoices Collection of Invoices on which this customer is the Primary Customer, the Bill-To Customer, or the Billing Contact.
Public propertyOrders Collection of Orders on which this customer is the Primary Customer, the Bill-To Customer, or the Billing Contact.
Public propertyPayments Collection of Payments made by this customer.
Top
See Also