Click or drag to resize
PortalLineMarkdownTaxable Property
Gets or sets whether the LineMarkDown should be applied before or after the tax. If this value is true, then the discount will be applied before the tax. The discount will reduce the taxable amount and the resulting tax. If this value is false, the discount will be applied after the tax. The taxable amount and resulting tax will not be affected by the LineMarkDown, and since it will be disregarded during tax calculation, the LineMarkDown will be included in the LineOtherAmount.

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

Property Value

Type: Boolean
See Also