Method: OpenapiClient::EmploymentResponse.openapi_types
- Defined in:
- lib/openapi_client/models/employment_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/openapi_client/models/employment_response.rb', line 73 def self.openapi_types { :'job_title' => :'String', :'pay_rate' => :'Float', :'pay_period' => :'String', :'pay_frequency' => :'String', :'employment_type' => :'String', :'currency' => :'CurrencyResponse', :'effective_date' => :'Date' } end |