CardActivationMethod

public enum CardActivationMethod

Enumeration type for Physical Card Activation method to feedback the intended method of card activation.

Since

1.0.0
  • cvv

    Uses the CVV to activate the card.

    Declaration

    Swift

    case cvv
  • Uses the last 4 digits of PAN to activate the card.

    Declaration

    Swift

    case last4
  • No input is required for the activation.

    Declaration

    Swift

    case nothing