BankPaymCancelType.init Method [AX 2012]
Initializes the class variables by using the values that are provided.
Syntax
public abstract 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.
- _paymentJournalFee
Type: CustVendPaymJournalFee Table
The payment fee that is being canceled.
- _bankAccountTransToCancel
Type: BankAccountTrans Table
The bank account transaction that is being canceled.
- _reasonRefID
Type: ReasonRefRecID Extended Data Type
The reason for canceling the payment.
- _ledgerVoucher
Type: LedgerVoucher Class
The ledger voucher class instance that contains the voucher information for the canceled payment.
- _ledgerVoucherObject
Type: LedgerVoucherObject Class
The ledger voucher object to add journal entry information to.
- _accountingCurrencyAmount
Type: AmountMST Extended Data Type
The amount that is being canceled, in the accounting currency.
- _transactionCurrencyAmount
Type: AmountCur Extended Data Type
The amount that is being canceled, in the transaction currency.
- _bankTransTransactionCurrencyAmount
Type: AmountCur Extended Data Type
The amount that is being canceled, in the currency of the bank.
- _paymReference
Type: BankTransactionType Extended Data Type
The payment reference to set the journal entry to.
- _txt
Type: TransTxt Extended Data Type
The text to set on the journal entry.