Partial Transaction
data class PartialTransaction(val id: String, val owner: String, val version: Int, val createdAt: Date, val updatedAt: Date, val cardId: String, val sequenceId: String, val type: TransactionType) : Parcelable
Representation of a Virtual Card Transaction without its unsealed attributes used in the Sudo Platform Virtual Cards SDK.
Properties
Link copied to clipboard
String Unique identifier of the VirtualCard associated with the transaction.
Link copied to clipboard
String Identifier of the sequence of related transaction.
Link copied to clipboard
TransactionType The type of the transaction.