MCRRCAuthTable::find Method
Returns the most recent refund check authorization record associated with the specified payment, sorted descending by creation date and time.
Syntax
client server public static MCRRCAuthTable find(MCRCustPaymTable _custPaymTable, [boolean _selectForUpdate])
Run On
Called
Parameters
- _custPaymTable
Type: MCRCustPaymTable Table
The customer payment whose authorization record should be found.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: MCRRCAuthTable Table
The authorization associated with the specified customer payment.