SearchExcludePaymentType Property
If specified, any transaction matching the ExcludePaymentType will be excluded from the search results.
Syntax
char* GetSearchExcludePaymentType();
int SetSearchExcludePaymentType(char* lpszSearchExcludePaymentType);
Default Value
""
Remarks
If specified, any transaction matching the ExcludePaymentType will be excluded from the search results. Valid values include:
AMEX | American Express card. |
CARTBLANCH | Carte Blanche card. |
DEBIT | Debit card. |
DISCOVER | Novus Discover card. |
EBT | Electronic Benefit Transfer. |
MASTERCARD | Master card. |
VISA | Visa card. |
SETTLE | Excludes requests to settle transactions. |
You may set this to a comma separated list to exclude multiple payment types. For instance, an SearchExcludePaymentType of "DEBIT,EBT" will ignore all transactions with either DEBIT or EBT payment types.
This property is not applicable for Transaction Summaries.
Data Type
String