Click or drag to resize

MealItems Structure

A structure that contains all the data that belongs to a payroll policy meal duration
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Web.Service.Services.V1R0.Customer.ContractsMealItems

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct MealItems

The MealItems type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAllowManOverride Returns true if the allow manual meals setting is enable for automatic meal types.
Public propertyDurations Returns a list of DurationItems structs
Public propertyCode exampleRuleType Gets an integer that determines if the duration type is None/Manual/Auto.
Top
Remarks
A structure that contains all the data that belongs to a payroll policy meal duration

Example
JavaScript
"Meals": {
   "AllowManOverride": false,
   "RuleType": 0,
   "Durations": []
}
See Also