AccumulativeCheckData
Represents accumulative check-in/check-out data.
Propertiesโ
| Name | Type | Description | 
|---|---|---|
| Instructions | Dictionary<Iso2LanguageEnum, String> | Dictionary containing check-in/check-out instructions categorized by language. | 
| SpecialInstructions | Dictionary<Iso2LanguageEnum, String> | Dictionary containing special check-in/check-out instructions categorized by language. | 
| MinAge | Integer | Minimum age for check-in/check-out. | 
| BeginTime | TimeOnlyModel | Begin time for check-in/check-out. | 
| BeginTime/Time | String | Gets or sets the time. | 
| EndTime | TimeOnlyModel | Ending time for check-in/check-out. | 
| EndTime/Time | String | Gets or sets the time. |