Class UpSertStore
public class UpSertStore
- Inheritance
-
UpSertStore
- Inherited Members
Properties
Address
The address of the store.
public Address Address { get; set; }
Property Value
BillCreationInformation
All information about how bills can be created.
public IList<StoreReceiptCreationInformation> BillCreationInformation { get; set; }
Property Value
Description
A description of the store.
public string Description { get; set; }
Property Value
DisplayName
The name of the store when displayed to a user.
public string DisplayName { get; set; }
Property Value
GooglePlacesId
The google places id of the store.
public string GooglePlacesId { get; set; }
Property Value
Id
The identifier of the store.
public string Id { get; set; }
Property Value
IsHidden
Hide store.
public bool IsHidden { get; set; }
Property Value
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
LegalName
The legal name of the store.
public string LegalName { get; set; }
Property Value
PhoneNumber
The phone number of the store.
public string PhoneNumber { get; set; }
Property Value
StoreOpeningHours
The Stores opening hours.
public ICollection<StoreOpeningHours> StoreOpeningHours { get; set; }
Property Value
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
Website
The Store Website.
public string Website { get; set; }