LedgerJournalCheckPost.mcrValidateCreditCardPayments Method [AX 2012]
Returns a boolean value indicating that the amounts on the specified MCRCustPaymTable record buffer are correct when compared against the specified LedgerJournalTrans record buffer.
Syntax
public boolean mcrValidateCreditCardPayments(LedgerJournalTrans _ledgerJournalTrans, MCRCustPaymTable _mcrCustPaymTable)
Run On
Server
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The LedgerJournalTrans record buffer to validate amounts against.
- _mcrCustPaymTable
Type: MCRCustPaymTable Table
The MCRCustPaymTable record buffer who's amounts will be validated.
Return Value
Type: boolean
true if the amounts are valid; otherwise, false.