Click or drag to resize
ReturnCallOptions Class
Container class for Pay Policy's Return Call related features.
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.PoliciesReturnCallOptions

Namespace: AMG.API.Definitions.Policies
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class ReturnCallOptions

The ReturnCallOptions type exposes the following members.

Constructors
  NameDescription
Public methodReturnCallOptions
Initializes a new instance of the ReturnCallOptions class.
Top
Properties
  NameDescription
Public propertyRcHours
Specifies how many hours should be provided as a bonus for return call.
Public propertyRcRate

Specifies at which pay rate the hours for return calls should start to be accrued.

enum OtLevel { REG = 1, OT1 = 2, OT2 = 3, OT3 = 4 }
Public propertyUseReturnCall
Indicates if using return calls is enabled.
Top
See Also