AddPayrollPayTypeModelDeductFromPayTypeID Property | |
Enables the deduction from the associated pay type ID
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int DeductFromPayTypeID { get; set; }
function get_DeductFromPayTypeID();
function set_DeductFromPayTypeID(value);
Property Value
Int32Remarks
Enables the deduction from the associated pay type ID.
Example 52
See Also