ICustomerWithFinancialDataPayments Property

Collection of Payments made by this customer.

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

Property Value

IReadOnlyCollectionPayment
See Also