Click or drag to resize

ICurrentFinancials Interface

Represents detailed financial information about a given order or invoice.

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public interface ICurrentFinancials

The ICurrentFinancials type exposes the following members.

Properties
 NameDescription
Public propertyAdjustmentsDueToReturns Amount by which Total was reduced due to returns/cancels.
Public propertyBalanceRemaining The current balance remaining. Should equal Total - PaymentApplied - PaymentWrittenOff.
Public propertyPaymentApplied Total amount of "real" payment that has actually been "applied" to this order/invoice. (As opposed to "internal" payments like write-offs or "un-applied" payments like payment that has been returned).
Public propertyPaymentReturnedDueToReturns Amount of money that was returned to the payer due to a returns/cancels. This may not be the same as AdjustmentsDueToReturns because a customer may have received and then returned an item, all before any payment was ever made.
Public propertyPaymentWrittenOff Portion of payment that was originally required for this order/invoice that has since been written-off by the association.
Public propertyTotal The current total, including adjustments for changes made after the order/invoice was originally created such as returns or cancels.
Top
See Also