Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-02 19:38:44 +07:00
parent 09c5d0f4bc
commit c925d7cf61
3 changed files with 15 additions and 2 deletions

View file

@ -24,7 +24,7 @@ data class OrderResponse(
data class Data(
@Json(name = "type") val type: String?,
@Json(name = "specification_name") val specificationName: String?,
@Json(name = "customer_wallet_address") val customerWalletAddress: String,
@Json(name = "customer_wallet_address") val customerWalletAddress: String?,
@Json(name = "emboss_name") val embossName: String?,
@Json(name = "product_instance_id") val productInstanceId: String?,
@Json(name = "payment_account_id") val paymentAccountId: String?,