ThreeDSResolution

protocol ThreeDSResolution

Encapsulates all properties related to a ThreeDSResolution type

  • Details information in regards to current 3DS contingency which encapsulates JWT & cardinal related information

    Declaration

    Swift

    var contingencyContext: ThreeDSContingencyContextData? { get }
  • Details information in regards to current selected funding instrument for resolving 3DS (2.0) contingency

    Declaration

    Swift

    var paymentCard: ThreeDSPaymentCardData? { get }
  • Resolution name for the current selected funding instrument (Ex: ‘RESOLVE_3D_SECURE_AUTHENTICATION’)

    Declaration

    Swift

    var resolutionName: String { get }
  • (Ex: ‘PAYMENT_CARD’)

    Declaration

    Swift

    var type: String? { get }