DigitalCard
public struct DigitalCard
The full information of the digital card.
Since
1.0.0-
The unique digital card id.
Declaration
Swift
public let cardID: String -
The digital card status.
Declaration
Swift
public let state: CardState -
The digital card scheme.
Declaration
Swift
public let scheme: CardScheme -
Last 4 digits of the digital card.
Declaration
Swift
public let last4: String? -
The expiry date of the digital card.
Declaration
Swift
public let expiryDate: String? -
The device identifier.
Declaration
Swift
public let deviceID: String? -
The device name.
Declaration
Swift
public let deviceName: String? -
The device type.
Declaration
Swift
public let deviceType: String? -
The digital card wallet identifier.
Declaration
Swift
public let walletID: String? -
The digital card wallet name.
Declaration
Swift
public let walletName: String? -
The digital card wallet asset.
Declaration
Swift
public let walletAsset: [CardAssetContent]?
DigitalCard Structure Reference