Share via


TaxWithholdJournal_IN.getGrossAmount Method [AX 2012]

Gets the gross amount.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected AmountCur getGrossAmount(
            Common _line, 
           [boolean _isOnJewelry, 
            boolean _isByCash, 
            boolean _isSettled])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected AmountCur getGrossAmount(Common _line)

Run On

Server

Parameters

Return Value

Type: AmountCur Extended Data Type
The instance of the AmountCur class.

See Also

Reference

TaxWithholdJournal_IN Class