CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationInvoices Property

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

Definition

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

Property Value

IReadOnlyCollectionInvoice

Implements

ICustomerWithFinancialDataInvoices

See Also