 | CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationPayments Property |
Collection of Payments made by this customer.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic IReadOnlyCollection<Payment> Payments { get; }Public ReadOnly Property Payments As IReadOnlyCollection(Of Payment)
Get
public:
virtual property IReadOnlyCollection<Payment^>^ Payments {
IReadOnlyCollection<Payment^>^ get () sealed;
}abstract Payments : IReadOnlyCollection<Payment> with get
override Payments : IReadOnlyCollection<Payment> with get
Property Value
IReadOnlyCollectionPaymentImplements
ICustomerWithFinancialDataPayments
See Also