CreditCardAuthTrans::findRefundCharge Method
Finds the specified record in the CreditCardAuthTrans table.
client server public static CreditCardAuthTrans findRefundCharge(SalesId _salesId, [boolean _forUpdate])
Called
- _salesId
Type: SalesId Extended Data Type
The sales ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Type: CreditCardAuthTrans Table
A record in the CreditCardAuthTrans table; otherwise, an empty record.