Click or drag to resize

DeletePayrollPayTypeIn Structure

The input params for deleting a payroll pay-type
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsDeletePayrollPayTypeIn

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct DeletePayrollPayTypeIn : IServiceIn

The DeletePayrollPayTypeIn type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAuthToken Sets the Authentication Token which is required for any communication to the time-web API
* Required Property
Public propertyCode exampleIDList A list of IDs that will be flagged as deleted
Top
Remarks
The input params for deleting a payroll pay-type.
Example
See Also