PartialTransaction
public struct PartialTransaction : Hashable
Representation of a Transaction object associated with a Virtual Card in Platform SDK.
-
Initialize an instance of
Transaction
.Declaration
Swift
public init( id: String, cardId: String, sequenceId: String, type: TransactionType, sortDate: Date, createdAt: Date, updatedAt: Date )