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.

Definition

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

Property Value

IReadOnlyCollectionOrder

Implements

ICustomerWithFinancialDataOrders

See Also