AddPayrollPayTypeModelAllowShiftDiff Property | |
Allow a shift diff for this pay type
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool AllowShiftDiff { get; set; }
function get_AllowShiftDiff();
function set_AllowShiftDiff(value);
Property Value
BooleanRemarks
Allow a shift diff for this pay type.
Example true
See Also