Class OnboardingCreateStoreDetail
Inheritance
System.Object
OnboardingCreateStoreDetail
Namespace: anybill.POS.Client.Models.Onboarding
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class OnboardingCreateStoreDetail
Properties
Address
Address of the store.
Declaration
public Address Address { get; set; }
Property Value
Type | Description |
---|---|
Address |
DisplayName
Name of the store which will be displayed in the app. Could be different as the Legal name.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
E-mail address of the store.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GooglePlacesId
GooglePlacesId. Is used to show the google rating in the app.
Declaration
public string GooglePlacesId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LegalName
Legal name of the store.
Declaration
public string LegalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OpeningHours
The stores opening hours.
Declaration
public List<StoreOpeningHours> OpeningHours { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StoreOpeningHours> |
PhoneNumber
General phoneNumber of the store.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupportPhoneNumber
Support phoneNumber of the store.
Declaration
public string SupportPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VatId
VatId of the store.
Declaration
public string VatId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Website
The store website.
Declaration
public string Website { get; set; }
Property Value
Type | Description |
---|---|
System.String |