GetPayrollPayAdjustModelIsDeduction Property | |
Is this payroll pay adjustment a deduction type
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsDeduction { get; set; }
function get_IsDeduction();
function set_IsDeduction(value);
Property Value
BooleanRemarks
Is this payroll pay adjustment a deduction type
Example True/False
See Also