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".
Namespace: Ignition.Commerce.Accounting.HistoryAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
IReadOnlyCollection<IHistoricalPayment> Payments { get; }
ReadOnly Property Payments As IReadOnlyCollection(Of IHistoricalPayment)
Get
property IReadOnlyCollection<IHistoricalPayment^>^ Payments {
IReadOnlyCollection<IHistoricalPayment^>^ get ();
}
abstract Payments : IReadOnlyCollection<IHistoricalPayment> with get
Property Value
IReadOnlyCollectionIHistoricalPayment