ShortCodeInput

data class ShortCodeInput(val token: String, val userId: String?)

Constructors

Link copied to clipboard
fun ShortCodeInput(token: String, userId: String?)

Properties

Link copied to clipboard
@SerializedName(value = "code")
val token: String
Link copied to clipboard
@SerializedName(value = "user_id")
val userId: String?