ConfigParameters

public struct ConfigParameters

Configuration parameters required to create transaction

  • Identify server routing messages for authentication

    Declaration

    Swift

    public let directoryServerData: DirectoryServerData
  • Protocol version according to which the transaction shall be created

    Declaration

    Swift

    public let messageVersion: String
  • Card scheme from the card used to initiate the payment

    Declaration

    Swift

    public let scheme: String
  • 3DS Service Configuration Intialization

    Declaration

    Swift

    public init(directoryServerData: DirectoryServerData, messageVersion: String, scheme: String)

    Parameters

    directoryServerData

    Identify server routing messages for authentication

    messageVersion

    Protocol version according to which the transaction shall be created

    scheme

    Card scheme from the card used to initiate the payment