Share via


LedgerJournalTransUpdateCust.createTaxEntryInPaymentCompany_IN Method [AX 2012]

Creates voucher entries in the payment company.

Syntax

private AmountCur createTaxEntryInPaymentCompany_IN(LedgerJournalTrans _ledgerJournalTrans, LedgerVoucher _ledgerVoucher)

Run On

Server

Parameters

  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    A _ledgerJournalTrans buffer that is created either by settlement or through advance payment.
  • _ledgerVoucher
    Type: LedgerVoucher Class
    A _ledgerVoucher object to which transactions are added.

Return Value

Type: AmountCur Extended Data Type
The total withholding tax amount for the whole transaction.

See Also

Reference

LedgerJournalTransUpdateCust Class