PersonalUserDataDto

constructor(firstname: String? = null, surname: String? = null, email: String? = null, phone: String? = null, street: String? = null, houseNumber: String? = null, zip: String? = null, city: String? = null, country: String? = null, id: String? = null)

Parameters

firstname

Firstname of the user.

surname

Surname of the user.

email

E-Mail address of the user

phone

Phone number of the user

street

Street of the users address.

houseNumber

Housenumber of the user

zip

Zip code of the city of the user

city

City where the user lives in

country

Country where the user lives in.

id

Identifier of the user