Share via


LedgerJournalEngine_CustPayment::calculateAndUpdateFineAmount_BR Method [AX 2012]

Updates the fine amount.

Syntax

client server private static FineAmount_BR calculateAndUpdateFineAmount_BR(
    CompanyId _refCompany, 
    CustVendTransOpen _custTransOpen, 
    TransDate _paymentDate, 
    AmountCur _amountCur, 
    CurrencyCode _currencyCode)

Run On

Called

Parameters

  • _custTransOpen
    Type: CustVendTransOpen Map
    The open transaction for which to calculate the fine amount and fine amount currency.

Return Value

Type: FineAmount_BR Extended Data Type
The calculated fine amount.

See Also

Reference

LedgerJournalEngine_CustPayment Class