Click or drag to resize

GetPayrollPoliciesGeneral Structure

A structure that has the general settings of a payroll policy
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsGetPayrollPoliciesGeneral

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

The GetPayrollPoliciesGeneral type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleEffectiveDate The date time in which the policy pay period starts
Public propertyCode exampleEndDate The date time in which the policy pay period ends
Public propertyCode exampleID The internal key ID used to identify the payroll policy.
Public propertyCode exampleMembers The number of users that belong to this payroll policy
Public propertyCode exampleName The name of the payroll policy
Public propertyCode examplePayPeriodDays The number of days between the pay period start and end dates
Public propertyCode examplePayPeriodEndDate The date time in which the policy pay period will end
Public propertyCode examplePayPeriodStartDate The date time in which the policy pay period will start
Public propertyCode examplePayrollPolicyID The key ID used to identify the payroll policy.
Top
Remarks
A structure that has the general settings of a payroll policy. This struct is use to help group the payroll policy settings.

Example
See Also