Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-17 12:17:29 +04:00
parent 717b8e2df2
commit 422e406d15
21 changed files with 258 additions and 112 deletions

View file

@ -7,4 +7,5 @@ import com.squareup.moshi.JsonClass
data class ValidationResponse(
@Json(name = "status") val status: String,
@Json(name = "result_type") val resultType: String,
@Json(name = "description") val description: String?,
)