# openapi.model.FindAllShopShopConfig

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** |  | 
**createdAt** | **String** |  | 
**tenantId** | **String** |  | 
**shopSubscriptions** | [**BuiltList&lt;FindAllShopShopSubscription&gt;**](FindAllShopShopSubscription.md) |  | 
**shopName** | **String** |  | 
**shopId** | **num** |  | 
**defaultCountry** | **String** |  | 
**adminDomain** | **String** |  | 
**shopDomain** | **String** |  | 
**shopSlug** | **String** |  | 
**shopStatus** | **String** |  | 
**shopType** | **String** |  | 
**shopTimeZone** | **String** |  | 
**internalPhone** | **String** |  | 
**externalPhone** | **String** |  | 
**internalEmail** | **String** |  | 
**externalEmail** | **String** |  | 
**officialName** | **String** |  | 
**shopLogo** | **String** |  | 
**shopDescription** | **String** |  | 
**shopArea** | **String** |  | 
**prefixOrderFormatId** | **String** |  | 
**suffixOrderFormatId** | **String** |  | 
**expiresAt** | **String** |  | 
**vatNo** | **String** |  | 
**stripeAccountId** | **String** |  | 
**stripeSeller** | **String** |  | 
**paymentProviders** | **String** |  | 
**currencies** | [**BuiltList&lt;FindAllShopCurrency&gt;**](FindAllShopCurrency.md) |  | 
**languages** | [**BuiltList&lt;Language&gt;**](Language.md) |  | 
**shopAddress** | [**FindAllShopShopAddress**](FindAllShopShopAddress.md) |  | 
**shopLocations** | [**BuiltList&lt;FindAllShopShopLocation&gt;**](FindAllShopShopLocation.md) |  | 
**tax** | **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)


