Share via


InterestCalculator_BR::interestAmountPerDay Method [AX 2012]

Calculates the interest amount per day for a given amount.

Syntax

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

Run On

Called

Parameters

Return Value

Type: FinInterestAmount_BR Extended Data Type
Interest amount per day.

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 days.

See Also

Reference

InterestCalculator_BR Class