Click or drag to resize
PortalDocTradeDiscountTaxable Property
Gets or sets the DocTradeDiscountTaxable boolean. This allows you to specify whether the DocTradeDiscountAmount should be applied before or after the tax. If applied before the tax (Equals true), then the DocTradeDiscountAmount will reduce the taxable amount and resulting tax. The DocTradeDiscountAmount will then be allocated proportionately to each tax detail of each line-item. If applied after the tax(Equals false), then the taxable amount and resulting tax will not be affected by the DocTradeDiscountAmount. The DocTradeDiscountAmount will then be included in the DocOtherAmount and be disregarded during the tax calculation.

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

Property Value

Type: Boolean
See Also