 | InvoiceDetailTotal Property |
The total value of this line item at the time it was created. Does not reflect returns or cancels.
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("ivd_parity_amount_cp")]
public decimal Total { get; protected set; }<NetForumFieldAttribute("ivd_parity_amount_cp")>
Public Property Total As Decimal
Get
Protected Setpublic:
[NetForumFieldAttribute(L"ivd_parity_amount_cp")]
property Decimal Total {
Decimal get ();
protected: void set (Decimal value);
}[<NetForumFieldAttribute("ivd_parity_amount_cp")>]
member Total : decimal with get, setProperty Value
Decimal
Remarks
For InvoiceDetails, a "current" Total can't be calculated without looking up payment information.
Even cancellation information isn't enough, because for items that were canceled, the entire payment
may not have been returned which effectively acts as a "cancellation fee".
As such, the NF-official total of an invoice is actually backwards-dependent on payments information.
See Also