Share via


TaxCalculationBankStatement.determineDirection Method [AX 2012]

Gets the default tax direction for the transaction.

Syntax

protected TaxDirection determineDirection(TaxGroupData _taxGroupData)

Run On

Server

Parameters

  • _taxGroupData
    Type: TaxGroupData Table
    The TaxGroupData table buffer that represents the tax code being considered.

Return Value

Type: TaxDirection Enumeration
The default tax direction.

Remarks

A customer transaction will have a tax direction of sales tax payable. A vendor transaction will have a tax direction of sales tax receivable.

See Also

Reference

TaxCalculationBankStatement Class