CreateAccount

data class CreateAccount(    val build: Int,     val gameNewsletters: Boolean,     val otherNewsletters: Boolean,     val shareDetailsWithBusinessPartners: Boolean,     val username: String,     val password: String,     val affiliate: Int,     val year: Int,     val month: Int,     val day: Int,     val country: Int,     val email: String) : LoginRequest

Constructors

Link copied to clipboard
constructor(    build: Int,     gameNewsletters: Boolean,     otherNewsletters: Boolean,     shareDetailsWithBusinessPartners: Boolean,     username: String,     password: String,     affiliate: Int,     year: Int,     month: Int,     day: Int,     country: Int,     email: String)

Properties

Link copied to clipboard
Link copied to clipboard
val build: Int
Link copied to clipboard
Link copied to clipboard
val day: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val month: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val year: Int