Updated on 2026-08-14
This commit is contained in:
parent
9ee6611585
commit
ba28cf5b6d
29 changed files with 761 additions and 41 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue