ProvisionalCardAttributes
public protocol ProvisionalCardAttributes
-
Identifier generated by the Virtual Cards Service.
Declaration
Swift
var id: String { get set }
-
VirtualCards service timestamp to when the card entry was created.
Declaration
Swift
var createdAt: Date { get set }
-
VirtualCards service timestamp to when the card entry was last updated.
Declaration
Swift
var updatedAt: Date { get set }
-
Client Reference ID generated by the client.
Declaration
Swift
var clientRefId: String { get set }
-
Current state of the cards status.
Declaration
Swift
var state: ProvisionalCardState { get set }