Click or drag to resize
PortalDetailTaxedAmount Property
Gets or sets the amount multiplied by the DetailTaxPercent to compute the DetailTaxAmount. This decimal is not necessarily equal to the LineTaxableAmount. For example, if a single tax detail has a maximum or minimum taxable amount, then it affects the DetailTaxedAmount, but not the line-item's taxable amount.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public decimal DetailTaxedAmount { get; set; }

Property Value

Type: Decimal
See Also