Share via


ProjTrans.transTaxBaseAmount Method [AX 2012]

Retrieves the base transaction amount that will be used to calculate taxes in the transaction currency.

Syntax

public AmountCur transTaxBaseAmount()

Run On

Called

Return Value

Type: AmountCur Extended Data Type
The base transaction amount that will be used for calculating taxes.

Remarks

This method returns the result of the transTurnover method. Child classes can override this method.

See Also

ProjTrans Class

ProjTrans.transTurnover Method