AddPayrollPayAdjustModelIsDedution Property | |
Is the pay adjustment a deduction
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsDedution { get; set; }
function get_IsDedution();
function set_IsDedution(value);
Property Value
BooleanRemarks
Is the pay adjustment a deduction.
Example True
See Also