ICustomerWithFinancialDataPayments Property

Collection of Payments made by this customer.

Definition

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

Property Value

IReadOnlyCollectionPayment

See Also