PortalLineTaxAmount Property |
Gets or sets the LineTaxAmount.
The DocCalculateTax() method sets this value to the sum of the
DetailTaxAmounts. See LineBalanceAmount and LineOtherAmount for
information on setting this value manually.
As a general rule, this amount should not be set manually because
it must equal the sum of the DetailTaxAmounts in order for the tax
reports to be accurate and meaningful.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic decimal LineTaxAmount { get; set; }
Public Property LineTaxAmount As Decimal
Get
Set
public:
property Decimal LineTaxAmount {
Decimal get ();
void set (Decimal value);
}
member LineTaxAmount : decimal with get, set
Property Value
Type:
Decimal
See Also