Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.03 KB

JobObjResponseV20231122.md

File metadata and controls

34 lines (28 loc) · 1.03 KB

Pinwheel::JobObjResponseV20231122

Properties

Name Type Description Notes
id String Unique identifier for the object.
name String
timestamp Time ISO 8601 timestamp of job completion.
outcome String
error_code String On error, an explicit code describing the error. [optional]
error_type String On error, a high level classification of the error. [optional]
link_token_id String UUID of the link token triggering the job.
params ParamsPayloadV20231122 Input parameters to the job. [optional]
account_id String UUID of the payroll account. [optional]

Example

require 'pinwheel'

instance = Pinwheel::JobObjResponseV20231122.new(
  id: null,
  name: null,
  timestamp: null,
  outcome: null,
  error_code: null,
  error_type: null,
  link_token_id: null,
  params: null,
  account_id: null
)