AddPayrollPayTypeModelCanBeOvertime Property | |
The pay type can be overtime
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool CanBeOvertime { get; set; }
function get_CanBeOvertime();
function set_CanBeOvertime(value);
Property Value
BooleanRemarks
The pay type can be overtime.
Example true
See Also