Share via


VendOutPaym_CurrencyTransfer_RU.output Method [AX 2012]

Enables output operations to be handled by the concrete PaymentFormat implementation.

Syntax

public void output(LedgerJournalTrans _ledgerJournalTrans)

Run On

Client

Parameters

  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    A LedgerJournalTrans record to include on the report or in the file.

Exceptions

Exception Condition
Error

This method must be overridden by the concrete PaymentFormat class; otherwise, a missing overload exception is thrown.

See Also

Reference

VendOutPaym_CurrencyTransfer_RU Class