Method: OpenapiClient::PayslipResponse.openapi_nullable
- Defined in:
- lib/openapi_client/models/payslip_response.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 |
# File 'lib/openapi_client/models/payslip_response.rb', line 113 def self.openapi_nullable Set.new([ :'id', :'remote_id', :'payrun_type', :'currency', :'gross_pay', :'net_pay', :'earnings', :'contributions', :'deductions', :'taxes', :'reimbursements' ]) end |