Share via


TaxCashDisc.checkParameters Method [AX 2012]

Checks that required objects, such as the LedgerVoucher object, are available.

Syntax

public boolean checkParameters(
   [Voucher _voucher, 
    TransDate _transDate, 
    RecId _invoiceRecId, 
    TableId _paymentTableId, 
    RecId _paymentRecId, 
    LedgerVoucher _ledgerVoucher])

Run On

Server

Parameters

Return Value

Type: boolean
true if the check succeeds; otherwise, false.

Remarks

This method is inherited by the tax classes in each module.

See Also

Reference

TaxCashDisc Class