Updated on 2026-08-14
This commit is contained in:
parent
0627f0e62c
commit
3e4e8c8f90
4 changed files with 9 additions and 32 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue