Table of Contents

Class StoreOpeningHours

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

StoreOpeningHours

public class StoreOpeningHours
Inheritance
StoreOpeningHours
Inherited Members

Properties

Close

Store close time.

public string Close { get; set; }

Property Value

string

DayOfWeek

Day of week

public DayOfWeek DayOfWeek { get; set; }

Property Value

DayOfWeek

Open

Store open time.

public string Open { get; set; }

Property Value

string