# StoreInformation.StoreInformation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique store identifier. | [optional] 
**domain** | **String** | Primary domain name. | [optional] 
**secureURL** | **String** | Store’s current HTTPS URL. | [optional] 
**controlPanelBaseUrl** | **String** | The secure hostname of the control panel. | [optional] 
**name** | **String** | Store&#x27;s name. | [optional] 
**firstName** | **String** | Primary contact’s first name (as defined during the store sign-up process). | [optional] 
**lastName** | **String** | Primary contact’s last name (as defined during the store sign-up process). | [optional] 
**address** | **String** | Display address. | [optional] 
**country** | **String** | Country where the store is located (as defined during the store sign-up process). | [optional] 
**phone** | **String** | Display phone number. | [optional] 
**adminEmail** | **String** | Email address of the store administrator/owner. | [optional] 
**orderEmail** | **String** | Email address for orders and fulfillment. | [optional] 
**timezone** | [**TimeZone**](TimeZone.md) |  | [optional] 
**language** | **String** | Default language code. | [optional] 
**currency** | **String** | Default currency code | [optional] 
**currencySymbol** | **String** | Default symbol for values in the currency. | [optional] 
**decimalSeparator** | **String** | Default decimal separator for values in the currency. | [optional] 
**thousandsSeparator** | **String** | Default thousands separator for values in the currency. | [optional] 
**decimalPlaces** | **Number** | Default decimal places for values in the currency. | [optional] 
**currencySymbolLocation** | **String** | Default position of the currency symbol (left or right). | [optional] 
**weightUnits** | **String** | Default weight units (metric or imperial). | [optional] 
**dimensionUnits** | **String** | Default dimension units (metric or imperial). | [optional] 
**dimensionDecimalPlaces** | **Number** | The number of decimal places. | [optional] 
**dimensionDecimalToken** | **String** | The symbol that separates the whole numbers from the decimal points. | [optional] 
**dimensionThousandsToken** | **String** | The symbol used to denote thousands. | [optional] 
**planName** | **String** | Name of the BigCommerce plan to which this store is subscribed. | [optional] 
**planLevel** | **String** | Level of the BigCommerce plan to which this store is subscribed. | [optional] 
**industry** | **String** | Industry, or vertical category, in which the business operates. (As selected from drop-down list during the store sign-up process.) | [optional] 
**logo** | [**StoreInformationLogo**](StoreInformationLogo.md) |  | [optional] 
**isPriceEnteredWithTax** | **Boolean** | A Boolean value that indicates whether or not prices are entered with tax. | [optional] 
**activeComparisonModules** | **[Object]** |  | [optional] 
**features** | [**StoreInformationFeatures**](StoreInformationFeatures.md) |  | [optional] 
