Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.81 KB

GetPayStub200ResponseDataInner.md

File metadata and controls

63 lines (39 loc) · 1.81 KB

GetPayStub200ResponseDataInner

Properties

Name Type Description Notes
source SourceEnum Source of the payroll data. [optional]
employees List<GetPayStub200ResponseDataInnerEmployeesInner> List of employees included in the payroll. [optional]
payrollId String Unique identifier for the payroll. [optional]
paymentDate String Date when the payment is made. [optional]
paymentType PaymentTypeEnum Type of payroll payment. [optional]
paymentStatus PaymentStatusEnum Current status of the payroll payment. [optional]
payrollEndDate String End date of the payroll period. [optional]
payrollSchedule PayrollScheduleEnum Frequency of the payroll schedule. [optional]
payrollStartDate String Start date of the payroll period. [optional]

Enum: SourceEnum

Name Value
HISTORICAL "HISTORICAL"
NEW "NEW"

Enum: PaymentTypeEnum

Name Value
RECONCILIATION "RECONCILIATION"
PARALLEL "PARALLEL"
HISTORICAL "HISTORICAL"
OFFCYCLE "OFFCYCLE"
REGULAR "REGULAR"

Enum: PaymentStatusEnum

Name Value
OPEN "OPEN"
LOCKED "LOCKED"
CLOSED "CLOSED"

Enum: PayrollScheduleEnum

Name Value
BIMONTHLY "BIMONTHLY"
MONTHLY "MONTHLY"
BIWEEKLY "BIWEEKLY"
WEEKLY "WEEKLY"