Updated on 2026-08-14
This commit is contained in:
parent
09c5d0f4bc
commit
c925d7cf61
3 changed files with 15 additions and 2 deletions
|
|
@ -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?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue