TapResponse

data class TapResponse(tappedAt: String, status: String, readerId: String)

Properties

readerId
Link copied to clipboard
@SerializedName(value = readerId)
val readerId: String
status
Link copied to clipboard
@SerializedName(value = status)
val status: String
tappedAt
Link copied to clipboard
@SerializedName(value = tappedAt)
val tappedAt: String