ThreeDSMethodData
public struct ThreeDSMethodData : Decodable, Equatable
Undocumented
-
URL to which the 3DS method result should be posted
Declaration
Swift
public let threeDSMethodNotificationURL: String? -
3DS server transaction ID
Declaration
Swift
public let threeDSServerTransId: String? -
Undocumented
Declaration
Swift
public init( threeDSMethodNotificationURL: String? = nil, threeDSServerTransId: String? = nil )