# RegisterUserAccountRequest ## Properties | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| | **acceptedTOSVersion** | **Integer** | The most recent version of the TOS | [default to null] | | **captchaCode** | **String** | Captcha code | [default to null] | | **day** | **String** | Birth day of month | [default to null] | | **email** | **String** | Email address | [default to null] | | **month** | **String** | Birth month of year | [default to null] | | **password** | **String** | Password | [default to null] | | **subscribe** | **Boolean** | Whether to recieve promotional emails | [default to null] | | **username** | **String** | Display Name / Username (Username is a sanitized version) | [default to null] | | **year** | **String** | Birth year | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)