Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-13 16:42:46 +04:00
parent 9ee6611585
commit ba28cf5b6d
29 changed files with 761 additions and 41 deletions

View file

@ -84,5 +84,7 @@ sealed interface FeedbackEmailType {
) : Visa()
data class FeatureIsBeta(override val walletMetaInfo: WalletMetaInfo) : Visa()
data class KycRejected(override val walletMetaInfo: WalletMetaInfo, val customerId: String) : Visa()
}
}