SearchExcludeResponseCode Property
If specified, any transactions matching the ExcludeResponseCode will be excluded from the search results.
Syntax
char* GetSearchExcludeResponseCode();
int SetSearchExcludeResponseCode(char* lpszSearchExcludeResponseCode);
Default Value
""
Remarks
If specified, any transactions matching the ExcludeResponseCode will be excluded from the search results. For instance, to exclude all approved transactions and return only declines, set the SearchExcludeResponseCode to "0". (As "0" is the response code for approved transactions).
This property is not applicable for Transaction Summaries.
Data Type
String