ConfigParameters

data class ConfigParameters(var directoryServerData: DirectoryServerData, var messageVersion: String, var scheme: String)

Configuration parameters required to create transaction

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

Constructors

Link copied to clipboard
constructor(directoryServerData: DirectoryServerData, messageVersion: String, scheme: String)

Properties

Link copied to clipboard
Link copied to clipboard