CLASS
# RoomleUser
Contents
- Properties
email
firstname
lastname
wantsNewsletter
Representation of an user with all available data. This object is only data transfer object (DTO), therefore you can't execute any additional functions like login or something similar. It is only meant to provide information.
All informations are readonly.
# Properties
# email
Email of this user.
# firstname
First name of this user.
# lastname
Last name of this user.
# wantsNewsletter
Indicates if user wants to receive newsletters'.