 | 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.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic IReadOnlyCollection<Invoice> Invoices { get; }Public ReadOnly Property Invoices As IReadOnlyCollection(Of Invoice)
Get
public:
virtual property IReadOnlyCollection<Invoice^>^ Invoices {
IReadOnlyCollection<Invoice^>^ get () sealed;
}abstract Invoices : IReadOnlyCollection<Invoice> with get
override Invoices : IReadOnlyCollection<Invoice> with get
Property Value
IReadOnlyCollectionInvoiceImplements
ICustomerWithFinancialDataInvoices
See Also