RegistrationUserOperatorData

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)

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)