ReturnCallOptionsRcRate Property |
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 }
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int RcRate { get; set; }
Public Property RcRate As Integer
Get
Set
public:
property int RcRate {
int get ();
void set (int value);
}
member RcRate : int with get, set
Property Value
Type:
Int32See Also