Share via


RetailStatementPaymentJournal.createPaymentJournalLine Method [AX 2012]

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          private void createPaymentJournalLine(
            LedgerJournalACType _accountType, 
            LedgerDimensionAccount _accountNum, 
            CurrencyCode _currency, 
            AmountCur _Amount, 
            TransDate _date, 
            ExchRate _exchRate, 
           [InvoiceId _invoiceId, 
            boolean _settle, 
            LedgerJournalTransTxt _transTxt, 
            DocumentNum _documentNum, 
            DimensionDefault _defaultDimension, 
            RetailTenderTypeId _tenderTypeId, 
            LedgerJournalACType _offsetAccountType, 
            LedgerDimensionAccount _offsetAccountNum, 
            boolean _prepayment, 
            PostingProfile _postingProifle])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void createPaymentJournalLine(
            LedgerJournalACType _accountType, 
            LedgerDimensionAccount _accountNum, 
            CurrencyCode _currency, 
            AmountCur _Amount, 
            TransDate _date, 
            ExchRate _exchRate, 
           [InvoiceId _invoiceId, 
            boolean _settle, 
            LedgerJournalTransTxt _transTxt, 
            DocumentNum _documentNum, 
            DimensionDefault _defaultDimension, 
            RetailTenderTypeId _tenderTypeId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void createPaymentJournalLine(
            LedgerJournalACType _accountType, 
            LedgerDimensionAccount _accountNum, 
            CurrencyCode _currency, 
            AmountCur _Amount, 
            TransDate _date, 
            ExchRate _exchRate, 
           [InvoiceId _invoiceId, 
            boolean _settle, 
            LedgerJournalTransTxt _transTxt, 
            DocumentNum _documentNum])

Run On

Called

Parameters

See Also

Reference

RetailStatementPaymentJournal Class