MobileWalletTransactionDataItem

data class MobileWalletTransactionDataItem(val type: String, val displayName: String, val credentialQueryIds: List<String>, val supportedFields: List<String>, val rawJson: String, val detailsJson: String)

Decoded transaction_data item attached to a presentation request.

Constructors

Link copied to clipboard
constructor(type: String, displayName: String, credentialQueryIds: List<String>, supportedFields: List<String>, rawJson: String, detailsJson: String)

Properties

Link copied to clipboard

Credential query identifiers to which this transaction data applies.

Link copied to clipboard

Decoded transaction data details encoded as JSON.

Link copied to clipboard

Human-readable label from the accepted mobile transaction data profile.

Link copied to clipboard

Full transaction data item encoded as JSON.

Link copied to clipboard

Profile-declared transaction-data fields this wallet accepts for type.

Link copied to clipboard

Transaction data type value.