Click or drag to resize

UserInfoGetPolicyDurationModelMeals Property

Gets all durations that belong to a payroll policy meal collection

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public MealItems Meals { get; set; }

Property Value

MealItems
Remarks
Gets all durations that belong to a payroll policy meal collection

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