SearchExcludeCardType Property
If specified, any transaction made with a credit card matching the ExcludeCardType will be excluded from the search results.
Syntax
char* GetSearchExcludeCardType();
int SetSearchExcludeCardType(char* lpszSearchExcludeCardType);
Default Value
""
Remarks
If specified, any transaction made with a credit card matching the ExcludeCardType 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. |
You may set this to a comma separated list to exclude multiple payment types. For instance, an SearchExcludeCardType of "VISA,DISCOVER" will ignore all transactions made with Visa or Discover cards.
This property is not applicable for Transaction Summaries.
Data Type
String