Method: OpenapiClient::EmploymentResponse.attribute_map

Defined in:
lib/openapi_client/models/employment_response.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



55
56
57
58
59
60
61
62
63
64
65
# File 'lib/openapi_client/models/employment_response.rb', line 55

def self.attribute_map
  {
    :'job_title' => :'job_title',
    :'pay_rate' => :'pay_rate',
    :'pay_period' => :'pay_period',
    :'pay_frequency' => :'pay_frequency',
    :'employment_type' => :'employment_type',
    :'currency' => :'currency',
    :'effective_date' => :'effective_date'
  }
end