ShopInfo¶
The ShopInfo object represents info about the shop in the storefront.
classDiagram
ShopInfo --> Country
direction LR
class ShopInfo{
string name
?Country country
string email
string profile
string phoneNumber
string addressLine1
string addressLine2
string city
string zipCode
string state
string taxId
string regon
string id
string version
}
Properties¶
Attribute name | Type | Description |
---|---|---|
name | string |
The name of the shop |
country | null| Country |
Reference to the Country object that represents the Country. |
companyName | string |
The name of the company |
string |
The email of the shop | |
profile | string |
The profile of the shop |
phoneNumber | string |
The phone number of the shop |
addressLine1 | string |
The address data of the shop |
addressLine2 | string |
The address data of the shop |
city | string |
The city of the shop |
zipCode | string |
The zip code of the shop |
state | string |
The state of the shop |
taxId | string |
The tax id of the shop |
regon | string |
The regon of the shop |
id | string |
The id of the shop |
version | string |
The version of the shop |