Share via


TaxReverse.getTaxChargePostingType Method [AX 2012]

Returns the LedgerPostingType for the charge posting.

Syntax

protected LedgerPostingType getTaxChargePostingType()

Run On

Server

Return Value

Type: LedgerPostingType Enumeration
By default, it returns Tax, from the base class.

Remarks

LedgerPostingType can either be Tax or CrossCompanySettlement depending on whether the tax company is the same as the expense/charge company or not.

See Also

Reference

TaxReverse Class