# PersonalData

kycdao-mobile - v0.1.0 / PersonalData

Personal data of the user

# Table of contents

# Constructors

  • constructor

# Properties

  • email
  • residency

# Constructors

# constructor

new PersonalData(email, residency)

# Parameters

Name Type
email string
residency string

# 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 Code Country name
BE Belgium
ES Spain
FR France
US United States of America

# Defined in

Core/Models.tsx:89