Updated on 2026-08-14
This commit is contained in:
parent
343cf1ed20
commit
bbc40d7ddf
14 changed files with 147 additions and 15 deletions
|
|
@ -56,6 +56,10 @@ sealed interface FeedbackEmailType {
|
|||
override val walletMetaInfo: WalletMetaInfo? = null
|
||||
}
|
||||
|
||||
data object BiometricsAuthenticationFailed : FeedbackEmailType {
|
||||
override val walletMetaInfo: WalletMetaInfo? = null
|
||||
}
|
||||
|
||||
sealed class Visa : FeedbackEmailType {
|
||||
|
||||
data class DirectUserRequest(override val walletMetaInfo: WalletMetaInfo) : Visa()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue