Share via


TaxVoucherService.isTaxable Method [AX 2012]

Gets a value that indicates whether the provided line is taxable.

Syntax

public boolean isTaxable(LedgerJournalTrans _ledgerJournalTrans, boolean _isOffset)

Run On

Called

Parameters

  • _isOffset
    Type: boolean
    Boolean representing to validate the account or offset account.

Return Value

Type: boolean
true if the specific line is taxable; otherwise false.

See Also

Reference

TaxVoucherService Class