Share via


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

See Also

Reference

InterestCalculator_BR Class