IHistoricalPaymentHasBeenAppliedToInvoice Property

Indicates if this payment has been applied to an invoice.

Definition

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
bool HasBeenAppliedToInvoice { get; }

Property Value

Boolean

Remarks

A value of false means that, while the payment has been applied to this order as a whole, it has not yet been applied to a particular invoice. In the case of a credit card transaction, it also means that Amount has been pre-authorized, but not yet charged to the credit card.

See Also