Updated on 2026-08-14
This commit is contained in:
parent
3ea0fbb8a3
commit
fcc995a98a
7 changed files with 56 additions and 7 deletions
|
|
@ -37,7 +37,7 @@ data class TangemPayTxHistoryResponse(
|
|||
@Json(name = "memo") val memo: String? = null,
|
||||
@Json(name = "receipt") val receipt: Boolean,
|
||||
@Json(name = "merchant_name") val merchantName: String,
|
||||
@Json(name = "merchant_category") val merchantCategory: String,
|
||||
@Json(name = "merchant_category") val merchantCategory: String?,
|
||||
@Json(name = "merchant_category_code") val merchantCategoryCode: String,
|
||||
@Json(name = "merchant_id") val merchantId: String? = null,
|
||||
@Json(name = "enriched_merchant_icon") val enrichedMerchantIcon: String? = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue