Share via


MCRRCTransBatchTable::findByBatchID Method

Finds and returns the refund check batch record with the specified refund check transaction batch ID.

Syntax

client server public static MCRRCTransBatchTable findByBatchID(MCRRCTransBatchID _mcrrcTransBatchID, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: MCRRCTransBatchTable Table
The refund batch record with the specified refund check transaction batch ID.

See Also

Reference

MCRRCTransBatchTable Table