Click or drag to resize

BreakItems Structure

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

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

The BreakItems type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAllowManOverride Returns true if the allow manual breaks setting is enable for automatic break 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 break duration

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