Share via


BankPaymCancelType_Deposit.init Method [AX 2012]

Initializes the class variables by using the values that are provided.

Syntax

public void init(
    Common _common, 
    CustVendPaymJournalFee _paymentJournalFee, 
    BankAccountTrans _bankAccountTransToCancel, 
    ReasonRefRecID _reasonRefID, 
    LedgerVoucher _ledgerVoucher, 
    LedgerVoucherObject _ledgerVoucherObject, 
    AmountMST _accountingCurrencyAmount, 
    AmountCur _transactionCurrencyAmount, 
    AmountCur _bankTransTransactionCurrencyAmount, 
    BankTransactionType _paymReference, 
    TransTxt _txt)

Run On

Called

Parameters

  • _common
    Type: Common Table
    The table to base the subclass on.
  • _ledgerVoucher
    Type: LedgerVoucher Class
    The ledger voucher class instance that contains the voucher information for the canceled payment.

See Also

Reference

BankPaymCancelType_Deposit Class