IHistoricalPaymentHasBeenAppliedToInvoice Property
Indicates if this payment has been applied to an invoice.
Namespace: Ignition.Commerce.Accounting.HistoryAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
bool HasBeenAppliedToInvoice { get; }
ReadOnly Property HasBeenAppliedToInvoice As Boolean
Get
property bool HasBeenAppliedToInvoice {
bool get ();
}
abstract HasBeenAppliedToInvoice : bool with get
Property Value
Boolean
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.