# openapi.model.CustomerAddressEntity

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | Unique identifier | [optional] 
**createdAt** | [**DateTime**](DateTime.md) |  | [optional] 
**updatedAt** | [**DateTime**](DateTime.md) |  | [optional] 
**customerId** | **num** | The ID of the customer for this address | 
**isDefault** | **bool** | Default address | [default to false]
**firstName** | **String** |  | 
**lastName** | **String** |  | [optional] 
**email** | **String** |  | 
**phone** | **String** |  | [optional] 
**company** | **String** |  | [optional] 
**country** | **String** |  | 
**city** | **String** |  | 
**street** | **String** |  | 
**houseNumber** | **String** |  | 
**postalCode** | **String** |  | 
**alternativeAddress** | **String** |  | [optional] 
**description** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


