Click or drag to resize

UserInfoGetPolicyDurationModelBreaks Property

Gets all durations that belong to a payroll policy break collection

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

Property Value

BreakItems
Remarks
Gets all durations that belong to a payroll policy break collection

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