Share via


RetailStatementPaymentJournal.createGiftCardJournalLine_RU Method [AX 2012]

Creates the gift card payment journal line.

Syntax

private void createGiftCardJournalLine_RU(
    DataAreaId _accountCompany, 
    LedgerJournalACType _accountType, 
    DimensionDynamicAccount _accountNum, 
    CurrencyCode _currency, 
    AmountCur _amount, 
    TransDate _date, 
    ExchRate _exchRate, 
   [boolean _prepayment, 
    PostingProfile _postingProifle, 
    DimensionDefault _defaultDimension, 
    boolean _factureAutoCreate, 
    LedgerJournalTransTxt _transTxt, 
    DocumentNum _documentNum])

Run On

Called

Parameters

  • _prepayment
    Type: boolean
    The prepayment sign.
  • _factureAutoCreate
    Type: boolean
    Facture automatic creation sign.

See Also

Reference

RetailStatementPaymentJournal Class