InterestCalculator_BR.new Method [AX 2012]
Performs the initialization for the FinInterestCalculator_Br class.
Syntax
public void new(
CustVendInterest_BR _custVendFinInterestData,
date _paymentDate,
date _origdueDate,
AmountCur _originalAmount,
CurrencyCode _currencyCode,
PaymCalendarIDerivationSource _calendarDerivation)
Run On
Called
Parameters
- _custVendFinInterestData
Type: CustVendInterest_BR Map
Mapping used to get the Interest Basic Information (percent, days, days of grace..)
- _paymentDate
Type: date
Payment Date used to calculate the Interest
- _origdueDate
Type: date
Due Date used to calculate the Interest
- _originalAmount
Type: AmountCur Extended Data Type
Amount used to calculate the interest
- _currencyCode
Type: CurrencyCode Extended Data Type
Currency used.
- _calendarDerivation
Type: PaymCalendarIDerivationSource Interface
PaymCalendarIDerivationSource instance to retrieve calendar information.