Class StoreOpeningHours
StoreOpeningHours
Inheritance
System.Object
StoreOpeningHours
Namespace: anybill.POS.Client.Models.Store.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class StoreOpeningHours
Properties
Close
Store close time.
Declaration
public string Close { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DayOfWeek
Day of week
Declaration
public DayOfWeek DayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
System.DayOfWeek |
Open
Store open time.
Declaration
public string Open { get; set; }
Property Value
Type | Description |
---|---|
System.String |