Mobile Wallet Transaction Data Profile
data class MobileWalletTransactionDataProfile(val type: String, val displayName: String = type, val fields: List<String> = emptyList())
Transaction data profile accepted by the mobile wallet.
Wallet apps should keep this list aligned with the ecosystem or service they trust. Requests containing transaction data with a type outside this list are rejected before the user can submit a presentation.