Share via


RetailStatementPaymentJournal.createTenderedPaymentLines 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 createTenderedPaymentLines(
            LedgerJournalACType _accountType, 
            LedgerDimensionAccount _accountNum, 
            CurrencyCode _transactionCurrency, 
            CurrencyCode _postingCurrency, 
            AmountCur _amountCur, 
            TransDate _date, 
            ExchRate _exchRate, 
           [InvoiceId _invoiceId, 
            boolean _settle, 
            RetailTenderTypeId _tenderTypeId, 
            LedgerJournalACType _offsetAccountType, 
            LedgerDimensionAccount _offsetAccountNum, 
            DimensionDefault _defaultDimension, 
            boolean _prepayment])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void createTenderedPaymentLines(
            LedgerJournalACType _accountType, 
            LedgerDimensionAccount _accountNum, 
            CurrencyCode _transactionCurrency, 
            CurrencyCode _postingCurrency, 
            AmountCur _amountCur, 
            TransDate _date, 
            ExchRate _exchRate, 
           [InvoiceId _invoiceId, 
            boolean _settle, 
            RetailTenderTypeId _tenderTypeId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void createTenderedPaymentLines(
            LedgerJournalACType _accountType, 
            LedgerDimensionAccount _accountNum, 
            CurrencyCode _transactionCurrency, 
            CurrencyCode _postingCurrency, 
            AmountCur _amountCur, 
            TransDate _date, 
            ExchRate _exchRate, 
           [InvoiceId _invoiceId, 
            boolean _settle])

Run On

Called

Parameters

See Also

Reference

RetailStatementPaymentJournal Class