Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-29 14:49:00 +04:00
parent 1b469c093c
commit f87629742b
8 changed files with 128 additions and 33 deletions

View file

@ -29,6 +29,7 @@ sealed class TangemPayTxHistoryItem {
val merchantCategory: String?,
val status: Status,
val enrichedMerchantIconUrl: String?,
val declinedReason: String?,
) : TangemPayTxHistoryItem()
@Serializable