PersonalUserDataDto
data class PersonalUserDataDto(var firstname: String? = null, var surname: String? = null, var email: String? = null, var phone: String? = null, var street: String? = null, var houseNumber: String? = null, var zip: String? = null, var city: String? = null, var country: String? = null, var 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