IHistoricalOrderWithFinancialsPayments Property

A collection of all of the payments made against this order. These payments do not map one-to-one with netFORUM's Payment business object, but instead provide a representation closer to the real world meaning of the word "payment". This collection does not include payments that are considered "internal" to netFORUM such as "write-offs" or (the misleadingly-named) "return payments".

Definition

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

Property Value

IReadOnlyCollectionIHistoricalPayment

See Also