ICustomerWithFinancialDataInvoices Property

Collection of Invoices on which this customer is the Primary Customer, the Bill-To Customer, or the Billing Contact.

Definition

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
IReadOnlyCollection<Invoice> Invoices { get; }

Property Value

IReadOnlyCollectionInvoice

See Also