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.

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

Property Value

IReadOnlyCollectionInvoice

Implements

ICustomerWithFinancialDataInvoices
See Also