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
threeDSOptions3DS options.
View on GitHub