InvoiceDetailTotal Property

The total value of this line item at the time it was created. Does not reflect returns or cancels.

Definition

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("ivd_parity_amount_cp")]
public decimal Total { get; protected set; }

Property 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