SearchExcludeCardType Property
If specified, any transaction made with a credit card matching the ExcludeCardType will be excluded from the search results.
Object Oriented Interface
public function getSearchExcludeCardType(); public function setSearchExcludeCardType($value);
Procedural Interface
inpaydirect_globaltransactionsearch_get($res, 15 ); inpaydirect_globaltransactionsearch_set($res, 15, $value );
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. |
This property is not applicable for Transaction Summaries.
Data Type
String