# Flipdish.StoreAddressBase

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Line1** | **String** | Address line 1 | [optional] 
**Postcode** | **String** | Postcode | [optional] 
**City** | **String** | City | [optional] 
**CountryCode** | **String** | Country code (ISO-alpha2) | [optional] 
**DisplayForCustomer** | **String** | Display for customer | [optional] 
**AddressFields** | **{String: Object}** | Dyanmic field/value pairs, defined by the form assigned to the given country code. | [optional] 
**SingleLineDisplay** | **String** | Single line display i18n, may be empty for not supported countries | [optional] 
**TwoLinesDisplay** | **[String]** | Two line display i18n, may be empty for not supported countries | [optional] 


