Checks if any authorization is stale before doing any processing that is based on the fact that an authorization might be stale.
Syntax
client server public static boolean isFullyAuthed(RecId _refRecID, TableId _refTableID)
Run On
Called
Parameters
- _refRecID
Type: RecId Extended Data Type
The record ID used to find the appropriate credit card payment(s).
- _refTableID
Type: TableId Extended Data Type
The Table ID used to find the appropriate credit card payment(s).
Return Value
Type: boolean
true if there are any payment authorizations related to this order that are not authorized; otherwise, false.