CardPresent Property
Indicates whether the current transaction is a card present transaction.
Syntax
public boolean getCardPresent(); public void setCardPresent(boolean cardPresent);
Remarks
By default, this bean handles only retail card-present transactions. However, there are times at which a retail merchant may need to make a card-not-present transaction. For instance, hotel reservations, pre-orders, and the like. By setting this property to False a merchant may submit a card-not-present transaction. However, merchants that deal primarily in card-not-present transactions (either over the Internet or over the telephone) should use the TSYSECommerce bean instead.
Default Value
True