Share via


TaxModelTaxable_IN.getTaxCode Method [AX 2012]

Gets the tax code for the transaction line.

Syntax

public TaxCode getTaxCode()

Run On

Called

Return Value

Type: TaxCode Extended Data Type
The tax code.

Remarks

Specifying in a tax code on a transaction line implies that this transaction line is a direct tax adjustment. No tax calculations will occur. Instead, the transaction amount is treated as the tax amount and will be applied to this tax code. Specify an empty string if this functionality is not desired.

See Also

Reference

TaxModelTaxable_IN Interface