User

data class User(val isLogIn: String, val hasVoucher: String)

User information. If not supported, should be null. When create event, exclude field not supported.

Constructors

Link copied to clipboard
fun User(isLogIn: String, hasVoucher: String)

Functions

Link copied to clipboard
fun toJson(): JsonElement

Properties

Link copied to clipboard
@SerializedName(value = "hasVoucher")
val hasVoucher: String
Link copied to clipboard
@SerializedName(value = "isLogIn")
val isLogIn: String