ConfirmCreditCardCvvContingency

protocol ConfirmCreditCardCvvContingency

Encapsulates the cvv data that will be returned when a confirm credit card cvv payment contingency is surfaced by PAPS

  • The encrypted id of the user’s credit card

    Declaration

    Swift

    var encryptedid: String { get }
  • The last 4 digits of the user’s credit card number

    Declaration

    Swift

    var lastFourDigits: String { get }
  • The user’s card issuer

    Declaration

    Swift

    var type: CardIssuer { get }