Updated on 2026-08-14
This commit is contained in:
parent
b210d3b7fd
commit
c9804fa0ed
16 changed files with 166 additions and 51 deletions
|
|
@ -72,5 +72,11 @@ sealed interface FeedbackEmailType {
|
|||
val item: TangemPayTxHistoryItem,
|
||||
override val walletMetaInfo: WalletMetaInfo,
|
||||
) : Visa()
|
||||
|
||||
data class Withdrawal(
|
||||
override val walletMetaInfo: WalletMetaInfo,
|
||||
val providerName: String,
|
||||
val txId: String,
|
||||
) : Visa()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue