AddPayrollPayTypeModelIsOvertime Property | |
Is the paytype overtime
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsOvertime { get; set; }
function get_IsOvertime();
function set_IsOvertime(value);
Property Value
BooleanRemarks
Is the paytype overtime.
Example true
See Also