Share via


TaxYearlyComReport_IT.getTaxAmount Method

Gets the sum of the TaxAmount values for tax transactions of a certain tax direction and falling in a certain period.

Syntax

private Amount getTaxAmount(
    TaxDirection _taxDirection, 
    FieldSetup _fieldSetup, 
    TransDate _periodStart, 
    TransDate _periodEnd, 
    ATECOFINCode_IT _atecofinCode, 
   [boolean _removeTaxInCostPriceMST])

Run On

Called

Parameters

  • _removeTaxInCostPriceMST
    Type: boolean

Return Value

Type: Amount Extended Data Type
The sum of the TaxAmount value for the tax transactions that meet the specified criteria.

See Also

Reference

TaxYearlyComReport_IT Table