CardUpdateRequest
public struct CardUpdateRequest : Codable, Sendable
Card update request model.
-
3DS options.
Declaration
Swift
public let threeDSOptions: ThreeDSOptions?
-
Auxiliary constructor
Declaration
Swift
public init(threeDSOptions: ThreeDSOptions? = nil)
Parameters
threeDSOptions
3DS options.