TransactionAttributes
public protocol TransactionAttributes
-
Identifier generated by the Virtual Cards Service.
Declaration
Swift
var id: String { get set } -
Associated Card ID of the transaction.
Declaration
Swift
var cardId: String { get set } -
Associated Sequence ID of the transaction. Used to identify related transactions.
Declaration
Swift
var sequenceId: String { get set } -
Type of the transaction.
Declaration
Swift
var type: TransactionType { get set } -
Declaration
Swift
var sortDate: Date { get set } -
Date stamp that the transaction was created on the Virtual Cards Service.
Declaration
Swift
var createdAt: Date { get set } -
Date stamp that the transaction was last updated on the Virtual Cards Service.
Declaration
Swift
var updatedAt: Date { get set }
TransactionAttributes Protocol Reference