Updated on 2026-08-14
This commit is contained in:
parent
2d67f5a8fd
commit
4ae680e1c4
3 changed files with 41 additions and 5 deletions
|
|
@ -5,6 +5,7 @@ import kotlinx.serialization.Serializable
|
|||
|
||||
@Serializable
|
||||
data class VisaDataForApprove(
|
||||
@SerialName("customerWalletCardId") val customerWalletCardId: String?,
|
||||
@SerialName("targetAddress") val targetAddress: String,
|
||||
@SerialName("approveHash") val approveHash: String,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue