InvoiceDetailCartItemTaxApplied Property

Amount of tax applied to this cart item. This amount has already been included in Total, and is excluded from SubTotal.

Definition

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

Property Value

Decimal

Implements

IStandardCartItemTaxApplied

See Also