Table of Contents

Interface IStoreResponse

Namespace
anybill.POS.Client.Models.Store.Response
Assembly
anybill.POS.Client.Abstractions.dll

Response object after requesting a store.

public interface IStoreResponse

Properties

Address

Address of the store.

Address Address { get; set; }

Property Value

Address

BillCreationInformation

All information about how bills can be created.

IList<StoreBillCreationInformation> BillCreationInformation { get; set; }

Property Value

IList<StoreBillCreationInformation>

Description

A description of the Store.

string Description { get; set; }

Property Value

string

DisplayName

Name of the store.

string DisplayName { get; set; }

Property Value

string

GooglePlacesId

Google places Id of the store.

string GooglePlacesId { get; set; }

Property Value

string

Id

Id of the store.

string Id { get; set; }

Property Value

string

IsHidden

Flag if store is hidden.

bool IsHidden { get; set; }

Property Value

bool

LegalName

Legal name of the store.

string LegalName { get; set; }

Property Value

string

PhoneNumber

Phone number of the store.

string PhoneNumber { get; set; }

Property Value

string

StoreOpeningHours

The Stores opening hours.

ICollection<StoreOpeningHours> StoreOpeningHours { get; set; }

Property Value

ICollection<StoreOpeningHours>

Remarks

There can be multiple StoreOpeningHours for a single day of the week.

ValidFrom

DateTimeOffset ValidFrom { get; set; }

Property Value

DateTimeOffset

VatId

Vat number of the store.

string VatId { get; set; }

Property Value

string

Website

The Store Website.

string Website { get; set; }

Property Value

string