#PersonalData

kycdao-mobile - v0.1.0 / PersonalData

Personal data of the user

#Table of contents

#Constructors

#Properties

#Constructors

#constructor

• new PersonalData(email, residency)

#Parameters

NameType
emailstring
residencystring

#Defined in

Core/Models.tsx:91

#Properties

#email

• email: string

Email address of the user

#Defined in

Core/Models.tsx:76


#residency

• residency: string

Country of residency of the user

Contains the country of residency in ISO 3166-2 format.

#Example
ISO 3166-2 CodeCountry name
BEBelgium
ESSpain
FRFrance
USUnited States of America

#Defined in

Core/Models.tsx:89