public enum CardInteraction
Type of card usage (present, keyed or not present).
public static CardInteraction CARD_PRESENT
A card payment where the card is used directly in the payment device.
public static CardInteraction CARD_NOT_PRESENT
A card payment where the card is not available.
public static CardInteraction CARD_KEYED
A card payment where the card details are manually entered.