TaxExportServiceTaxIntegration_CN.getTaxRate Method [AX 2012]

If the decimal length of the amount is less than the _decimal parameter, makes up the decimal length of the amount; otherwise, directly returns the amount.

Syntax

public real getTaxRate(real _amount, int _decimal)

Run On

Called

Parameters

  • _amount
    Type: real
    The amount.
  • _decimal
    Type: int
    The length of the decimal.

Return Value

Type: real
The amount that has had the decimal length made up.

See Also

Reference

TaxExportServiceTaxIntegration_CN Class