Share via


SalesCalcTax_ShippingBill_IN.markupAmount Method [AX 2012]

Gets the markup transaction amount.

Syntax

public MarkupAmount markupAmount([boolean _rounded, boolean deductTaxForTaxIncluded])

Run On

Server

Parameters

  • _rounded
    Type: boolean
    A Boolean value that indicates whether the amount is rounded.
  • deductTaxForTaxIncluded
    Type: boolean
    A Boolean value that indicates whether the deduct tax is included.

Return Value

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

See Also

Reference

SalesCalcTax_ShippingBill_IN Class