CustomerVO

Representation of a Customer.

Summary
CustomerVO
Variables
id int64
emailAddress string
userName string
address string
city string
countryIsoCode3 string
countryName string
firstname string
lastname string
postcode string
telephone string
zone string
creationDate int64
locked bool
cards list CustomerCard
gifts list CustomerGiftVO
registered boolean
identifiactionNumber string
birth_date int64
gender Gender
subscribed boolean
language <Language> The language if present linked to the custom
balance string The balance of the customer.

Variables

id

int64

The id of the customer.

emailAddress

string

The emailAddress of the customer.

userName

string

The userName of the customer.

address

string

The address of the customer.

city

string

The city of the customer.

countryIsoCode3

string

The country iso code of the customer.

countryName

string

The country name of the customer.

firstname

string

The firstname of the customer.

lastname

string

The lastname of the customer.

postcode

string

The postcode of the customer.

telephone

string

The telephone number of the customer.

zone

string

The zone number of the customer.

creationDate

int64

The creation date of the customer.

locked

bool

True if the customer is locked.

cards

list CustomerCard

List of customer cards.

gifts

list CustomerGiftVO

List of customer gifts.

registered

boolean

Field denoting if a customer is registered or not

identifiactionNumber

string

birth_date

int64

Specifies the birth_date of a custom

Errors

gender

Gender

The gender of the customer.

subscribed

boolean

Field denoting if a customer is subscribed or not

language

<Language> The language if present linked to the custom

balance

string The balance of the customer.

Close