Updated on 2026-08-14
This commit is contained in:
parent
717b8e2df2
commit
422e406d15
21 changed files with 258 additions and 112 deletions
|
|
@ -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?,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue