Share via


CustInterestPost.postVoucher Method [AX 2012]

Posts the vouchers that are associated with the interest note transactions.

Syntax

private Voucher postVoucher(
    CustInterestJour _custInterestJour, 
    CustTable _custTable, 
    NumberSeq _numberSeq, 
    LedgerVoucher _ledgerVoucher, 
    CustCurrencyCode _currencyCode, 
    InterestAmountCur _interestAmount, 
    RefRecId _custInterestTransRecId, 
    CustPostingProfile _postingProfile, 
    Set custVoucherInterestSet)

Run On

Called

Parameters

  • _custTable
    Type: CustTable Table
    The customer who is associated with the interest note.
  • _numberSeq
    Type: NumberSeq Class
    The number sequence of the ledger voucher.
  • custVoucherInterestSet
    Type: Set Class
    The set that contains the record ID of the interest note transactions.

Return Value

Type: Voucher Extended Data Type
The voucher number.

See Also

Reference

CustInterestPost Class