CardUpdateRequest
public struct CardUpdateRequest : Codable, Sendable
Card update request model.
-
3DS options.
Declaration
Swift
public let threeDSOptions: ThreeDSOptions? -
The metadata.
Declaration
Swift
public let metadata: [String : CustomValue]? -
If the card is primary.
Declaration
Swift
public let isPrimary: Bool? -
Auxiliary constructor
Declaration
Swift
public init( threeDSOptions: ThreeDSOptions? = nil, metadata: [String: CustomValue]? = nil, // swiftlint:disable:next discouraged_optional_boolean isPrimary: Bool? = nil)Parameters
threeDSOptions3DS options.
metadataThe metadata.
isPrimaryIf the card is primary.
View on GitHub