# Cyclos411Api.UserAddressesListData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**canManage** | **Boolean** | Indicates whether the addresses can be managed by the authenticated user  | [optional] 
**canCreate** | **Boolean** | Indicates whether the authenticated user can create a new address for this user  | [optional] 
**maxAddresses** | **Number** | Indicates the maximum number of addresses the user can have  | [optional] 
**availability** | [**AvailabilityEnum**](AvailabilityEnum.md) | The availability for addresses Possible values are: * disabled: The data is disabled * optional: The data is enabled and optional * required: The data is enabled and required  | [optional] 
**addresses** | [**[AddressResult]**](AddressResult.md) | The address list | [optional] 


