Share via


BankCheqPrepCancelJourLineType.initChequeRecipientTypeClass Method [AX 2012]

Sets fields on the subclass that is defined by the recipient type.

Syntax

protected abstract void initChequeRecipientTypeClass(
    Common _common, 
    BankChequeRecipientType _bankChequeRecipientType, 
    BankAccountTrans _bankAccountTrans, 
    BankChequeTable _bankChequeTable)

Run On

Called

Parameters

  • _common
    Type: Common Table
    A record buffer that contains information about the source of the cheque.
  • _bankAccountTrans
    Type: BankAccountTrans Table
    The BankAccountTrans buffer that contains the cheque information.
  • _bankChequeTable
    Type: BankChequeTable Table
    The BankChequeTable buffer that contains the cheque information.

See Also

Reference

BankCheqPrepCancelJourLineType Class