SignUp

data class SignUp(val email: String, val phone: String, val country: String, val name: String?, val consentAction: SignUpConsentAction) : UserInput

Represents an input that is valid for signing up to a link account.

Constructors

Link copied to clipboard
constructor(email: String, phone: String, country: String, name: String?, consentAction: SignUpConsentAction)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard