Share via


InterestCalculator_BR::interestAmountPerMonth Method [AX 2012]

Calculates the interest amount per month for a given amount.

Syntax

client server public static FinInterestAmount_BR interestAmountPerMonth(CustVendInterest_BR _interestSetup, AmountMST _amount)

Run On

Called

Parameters

Return Value

Type: FinInterestAmount_BR Extended Data Type
Interest amount per month.

Remarks

Grace days are not taken into account, since the total interest period is unknown. Thus the total interest amount may not be exactly the amount returned by this method times the number of months.

See Also

Reference

InterestCalculator_BR Class