Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-28 13:44:23 +03:00
parent 0627f0e62c
commit 3e4e8c8f90
4 changed files with 9 additions and 32 deletions

View file

@ -11,8 +11,7 @@ data class CardActivationRemoteStateResponse(
data class Result(
@Json(name = "status") val status: String,
@Json(name = "order") val activationOrder: ActivationOrder?,
@Json(name = "stepChangeCode") val stepChangeCode: Int?,
@Json(name = "updatedAt") val updatedAt: String?,
@Json(name = "step_error") val stepError: String?,
)
@JsonClass(generateAdapter = true)