Share via


CustVendOutPaym.output Method [AX 2012]

A method that allows handling output operation by the concrete PaymentFormat implementation.

Syntax

public void output(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

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

See Also

Reference

CustVendOutPaym Class