RegistrationUserOperatorData

data class RegistrationUserOperatorData(val name: String = EMPTY_STR, val lastname: String = EMPTY_STR, val identification: String = EMPTY_STR, val email: String = EMPTY_STR, val phone: String = EMPTY_STR, val password: String = EMPTY_STR)

RegistrationUserOperatorData is data required to register a user operator.

Parameters

name

String user operator name (4..50) chars

lastname

String user operator lastname (4..150) chars

identification

String user operator identification (4..150) chars

email

String user operator email

phone

String user operator phone

password

String user operator password (>= 12 chars)

Constructors

Link copied to clipboard
constructor(name: String = EMPTY_STR, lastname: String = EMPTY_STR, identification: String = EMPTY_STR, email: String = EMPTY_STR, phone: String = EMPTY_STR, password: String = EMPTY_STR)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard