CardInteraction

@objc
public enum CardInteraction : Int

Defines the ways card information is gained.

  • A card payment where the card is used directly in the payment device.

    Declaration

    Swift

    case cardPresent
  • A card payment where the card is not available.

    Declaration

    Swift

    case cardNotPresent
  • A card payment where the card details are manually entered.

    Declaration

    Swift

    case cardKeyed