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

Collection of Payments made by this customer.

Definition

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

Property Value

IReadOnlyCollectionPayment

Implements

ICustomerWithFinancialDataPayments

See Also