| WSUser |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class WSUserPayAdjust : BaseService
The WSUserPayAdjust type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | AddUserPayAdjust | Adds a AddUserPayAdjustIn payload with a model List<AddUserPayAdjustModel> | 
|   | DeleteUserPayAdjust | Deletes a list of user pay adjustments by its IDList and returns a list of DeleteResult status structures | 
|   | GetUserPayAdjust | Returns a GetUserPayAdjustOut response with a result model List<GetUserPayAdjustModel> | 
|   | UpdateUserPayAdjust | Updates a UpdateUserPayAdjustIn payload with a model List<UpdateUserPayAdjustModel> | 
 Remarks
Remarks|  Note | 
|---|
| Setup: Manager > pay adjustments Configuration > Payroll Processing > pay adjustments Business Rules: The GetUserPayAdjustModel contract is the main object for working with a user pay adjustments. | 
 See Also
See Also