Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 758 Bytes

CompanyIncomeObjResponse.md

File metadata and controls

28 lines (22 loc) · 758 Bytes

Pinwheel::CompanyIncomeObjResponse

Properties

Name Type Description Notes
created_at Time ISO 8601 timestamp of created time.
employee_external_id String Employee ID as reported by their employer.
compensation_amount Integer The amount per compensation unit, in cents.
compensation_unit String
currency String
pay_frequency String [optional]

Example

require 'pinwheel'

instance = Pinwheel::CompanyIncomeObjResponse.new(
  created_at: null,
  employee_external_id: null,
  compensation_amount: null,
  compensation_unit: null,
  currency: null,
  pay_frequency: null
)