Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 602 Bytes

PaginatedEmployeePayrollRunList.md

File metadata and controls

22 lines (16 loc) · 602 Bytes

MergeHRISClient::PaginatedEmployeePayrollRunList

Properties

Name Type Description Notes
_next String [optional]
previous String [optional]
results Array<EmployeePayrollRun> [optional]

Example

require 'merge_hris_client'

instance = MergeHRISClient::PaginatedEmployeePayrollRunList.new(
  _next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
  previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ,
  results: null
)