Share via


TaxModelExciseTaxable_IN.getExciseTaxAccountType Method [AX 2012]

Gets tax account type based on the given TaxOnItem

Syntax

public TaxAccountType_IN getExciseTaxAccountType(TaxOnItem _taxOnItem)

Run On

Called

Parameters

Return Value

Type: TaxAccountType_IN Enumeration
The tax account type.

Remarks

The method returns the accounts type of the tax monentory amount.

The tax monentory amount is decided based on below rule.

Transaction Type, Tax Direction, Line Amount, TaxOnDebit/Credit Invoice , Incoming, , Possitive, Read on Debit Invoice , Outgoing, , Possitive, Read on Credit Payment , Incoming, , Possitive, Read on Credit Payment , Outgoing, , Possitive, Read on Debit Invoice , Incoming, , Negative, Read on Credit Invoice , Outgoing, , Negative, Read on Debit Payment , Incoming, , Negative, Read on Debit Payment , Outgoing, , Negative, Read on Credit

See Also

Reference

TaxModelExciseTaxable_IN Interface