# GuestCheckinRestApi.RegistrationForm

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **String** | An valid email address, being used as &#x27;username&#x27; for this account | 
**password** | **String** | A password with a minimum length of 8 characters | 
**restaurantName** | **String** | A Restaurant name with minimum length of 3 characters. If a restaurant with that name already exists, a new one (with different uuid) will be created. | 
