UserVO

Representation of a user.

Summary
UserVO
Variables
id int64
email string
address string
city string
countryIsoCode3 string
countryName string
firstname string
lastname string
postcode string
telephone string
zone string
creationDate int64
locked bool
userIdentifier list string
identifiactionNumber string
birth_date int64
gender Gender
balance string The balance of the user.
rights string The rights of the user.
language <Language> The language if present linked to the user

Variables

id

int64

The id of the user.

email

string

The email of the user.

address

string

The address of the user.

city

string

The city of the user.

countryIsoCode3

string

The country iso code of the user.

countryName

string

The country name of the user.

firstname

string

The firstname of the user.

lastname

string

The lastname of the user.

postcode

string

The postcode of the user.

telephone

string

The telephone number of the user.

zone

string

The zone number of the user.

creationDate

int64

The creation date of the user.

locked

bool

True if the user is locked.

userIdentifier

list string

List of user identifiers.

Each user identifier can be used to identify the user.

Valid user identifiers are email addresses and card numbers.

identifiactionNumber

string

birth_date

int64

Specifies the birth_date of a user

Errors

gender

Gender

The gender of the customer.

balance

string The balance of the user.

rights

string The rights of the user.

language

<Language> The language if present linked to the user

Close