CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationOrders Property

Collection of Orders 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<Order> Orders { get; }

Property Value

IReadOnlyCollectionOrder

Implements

ICustomerWithFinancialDataOrders
See Also