Table of Contents

Class UpSertStore

Namespace
anybill.POS.Client.Models.Store
Assembly
anybill.POS.Client.Abstractions.dll
public class UpSertStore
Inheritance
UpSertStore
Inherited Members

Properties

Address

The address of the store.

public Address Address { get; set; }

Property Value

Address

BillCreationInformation

All information about how bills can be created.

public IList<StoreReceiptCreationInformation> BillCreationInformation { get; set; }

Property Value

IList<StoreReceiptCreationInformation>

Description

A description of the store.

public string Description { get; set; }

Property Value

string

DisplayName

The name of the store when displayed to a user.

public string DisplayName { get; set; }

Property Value

string

GooglePlacesId

The google places id of the store.

public string GooglePlacesId { get; set; }

Property Value

string

Id

The identifier of the store.

public string Id { get; set; }

Property Value

string

IsHidden

Hide store.

public bool IsHidden { get; set; }

Property Value

bool

Language

Language of the store. Accepted in the RFC 4646 format (e.g. "en-US"). or ISO 639-1 (e.g. "en").

public string Language { get; set; }

Property Value

string

LegalName

The legal name of the store.

public string LegalName { get; set; }

Property Value

string

PhoneNumber

The phone number of the store.

public string PhoneNumber { get; set; }

Property Value

string

StoreOpeningHours

The Stores opening hours.

public ICollection<StoreOpeningHours> StoreOpeningHours { get; set; }

Property Value

ICollection<StoreOpeningHours>

Remarks

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

VatId

The vat id of the store.

public string VatId { get; set; }

Property Value

string

Website

The Store Website.

public string Website { get; set; }

Property Value

string