Class UpSertStore
Inheritance
System.Object
UpSertStore
Namespace: anybill.POS.Client.Models.Store
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class UpSertStore
Properties
Address
The address of the store.
Declaration
public Address Address { get; set; }
Property Value
Type | Description |
---|---|
Address |
BillCreationInformation
All information about how bills can be created.
Declaration
public IList<StoreBillCreationInformation> BillCreationInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<StoreBillCreationInformation> |
Description
A description of the store.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
The name of the store when displayed to a user.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GooglePlacesId
The google places id of the store.
Declaration
public string GooglePlacesId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The identifier of the store.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsHidden
Hide store.
Declaration
public bool IsHidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LegalName
The legal name of the store.
Declaration
public string LegalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
The phone number of the store.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StoreOpeningHours
The Stores opening hours.
Declaration
public ICollection<StoreOpeningHours> StoreOpeningHours { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StoreOpeningHours> |
Remarks
There can be multiple StoreOpeningHours for a single day of the week.
ValidFrom
The date and time when the store data starts to be valid.
Declaration
public DateTimeOffset? ValidFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
VatId
The vat id 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 |