Method: OpenapiClient::PayslipResponse.attribute_map
- Defined in:
- lib/openapi_client/models/payslip_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
# File 'lib/openapi_client/models/payslip_response.rb', line 60 def self.attribute_map { :'id' => :'id', :'remote_id' => :'remote_id', :'employee_id' => :'employee_id', :'employee_remote_id' => :'employee_remote_id', :'payrun_id' => :'payrun_id', :'payrun_remote_id' => :'payrun_remote_id', :'payrun_type' => :'payrun_type', :'currency' => :'currency', :'gross_pay' => :'gross_pay', :'net_pay' => :'net_pay', :'start_date' => :'start_date', :'end_date' => :'end_date', :'payment_date' => :'payment_date', :'earnings' => :'earnings', :'contributions' => :'contributions', :'deductions' => :'deductions', :'taxes' => :'taxes', :'reimbursements' => :'reimbursements' } end |