PersonalUserDataRequestDto

data class PersonalUserDataRequestDto(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)

Contains data of the personal user

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.

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
var city: String?
Link copied to clipboard
Link copied to clipboard
@get:Email
var email: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var zip: String?