Interface for store config
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int32 | Store id | |
| Code | string | Store code | |
| WebsiteId | int32 | Website id of the store | |
| Locale | string | Store locale | |
| BaseCurrencyCode | string | Base currency code | |
| DefaultDisplayCurrencyCode | string | Default display currency code | |
| Timezone | string | Timezone of the store | |
| WeightUnit | string | The unit of weight | |
| BaseUrl | string | Base URL for the store | |
| BaseLinkUrl | string | Base link URL for the store | |
| BaseStaticUrl | string | Base static URL for the store | |
| BaseMediaUrl | string | Base media URL for the store | |
| SecureBaseUrl | string | Secure base URL for the store | |
| SecureBaseLinkUrl | string | Secure base link URL for the store | |
| SecureBaseStaticUrl | string | Secure base static URL for the store | |
| SecureBaseMediaUrl | string | Secure base media URL for the store | |
| ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\Store\Api\Data\StoreConfigInterface | [optional] |