CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationPayments Property

Collection of Payments made by this customer.

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

Property Value

IReadOnlyCollectionPayment

Implements

ICustomerWithFinancialDataPayments
See Also