Method: Plaid::EmploymentVerification.attribute_map
- Defined in:
- lib/plaid/models/employment_verification.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
57 58 59 60 61 62 63 64 65 66 |
# File 'lib/plaid/models/employment_verification.rb', line 57 def self.attribute_map { :'status' => :'status', :'start_date' => :'start_date', :'end_date' => :'end_date', :'employer' => :'employer', :'title' => :'title', :'platform_ids' => :'platform_ids' } end |