VersioningDataObjectResponse
struct VersioningDataObjectResponse : Decodable, Equatable
Undocumented
-
Server Transaction ID for 3DS
Declaration
Swift
public let threeDSServerTransId: String? -
ACS (Access Control Server) start protocol version
Declaration
Swift
public let acsStartProtocolVersion: String? -
ACS end protocol version
Declaration
Swift
public let acsEndProtocolVersion: String? -
Directory Server start protocol version
Declaration
Swift
public let dsStartProtocolVersion: String? -
Directory Server end protocol version
Declaration
Swift
public let dsEndProtocolVersion: String? -
Raw HTML form for 3DS Method execution (optional string representation of a form)
Declaration
Swift
public let threeDSMethodDataForm: String? -
URL where the 3DS method should be executed
Declaration
Swift
public let threeDSMethodUrl: String? -
3DS Method Data block containing notification URL and server ID
Declaration
Swift
public let threeDSMethodData: ThreeDSMethodData? -
Error information if the 3DS versioning request failed
Declaration
Swift
public let errorDetails: ErrorDetails? -
Undocumented
See moreDeclaration
Swift
public struct ThreeDSMethodData : Decodable, Equatable -
Undocumented
See moreDeclaration
Swift
public struct ErrorDetails : Decodable, Equatable -
init(threeDSServerTransId:acsStartProtocolVersion: acsEndProtocolVersion: dsStartProtocolVersion: dsEndProtocolVersion: threeDSMethodDataForm: threeDSMethodUrl: threeDSMethodData: errorDetails: ) Undocumented
Declaration
Swift
public init( threeDSServerTransId: String? = nil, acsStartProtocolVersion: String? = nil, acsEndProtocolVersion: String? = nil, dsStartProtocolVersion: String? = nil, dsEndProtocolVersion: String? = nil, threeDSMethodDataForm: String? = nil, threeDSMethodUrl: String? = nil, threeDSMethodData: ThreeDSMethodData? = nil, errorDetails: ErrorDetails? = nil )