CreditCardStepUp

public protocol CreditCardStepUp

Details of what step up is required to use a CreditCard

  • This will be CAPTURE_CVV which identifies that the consumer must capture the CVV prior to payment.

    Declaration

    Swift

    var type: String { get }
  • Indicates if this step up is mandatory.

    Declaration

    Swift

    var mandatory: Bool { get }
  • url

    The URL of an iframe. This iframe is used to capture a credit card expiry and CVV or CVV only.

    Declaration

    Swift

    var url: URL { get }