docs/PayrunResponse

OpenapiClient::PayrunResponse

Properties

Name Type Description Notes
id String The Affix-assigned id of the individual
remote_id String the remote system-assigned id of the payrun
run_state String
run_type String
start_date Date Payrun period start date
end_date Date Payrun period end date
payment_date Date Payment date / check date

Example

require 'openapi_client'

instance = OpenapiClient::PayrunResponse.new(
  id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
  remote_id: 19202938,
  run_state: paid,
  run_type: regular,
  start_date: Wed Jan 01 00:00:00 UTC 2020,
  end_date: Fri Jan 31 00:00:00 UTC 2020,
  payment_date: Mon Jan 27 00:00:00 UTC 2020
)