# openapi.model.ShopConfigDataShopAddress

## 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] 
**firstName** | **String** |  | 
**lastName** | **String** |  | 
**email** | **String** |  | 
**phone** | **String** |  | 
**company** | **String** |  | 
**country** | **String** |  | 
**city** | **String** |  | 
**street** | **String** |  | 
**houseNumber** | **String** |  | 
**postalCode** | **String** |  | 
**alternativeAddress** | **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)


