Method: Plaid::EmploymentVerification.openapi_types
- Defined in:
- lib/plaid/models/employment_verification.rb
.openapi_types ⇒ Object
Attribute type mapping.
74 75 76 77 78 79 80 81 82 83 |
# File 'lib/plaid/models/employment_verification.rb', line 74 def self.openapi_types { :'status' => :'EmploymentVerificationStatus', :'start_date' => :'Date', :'end_date' => :'Date', :'employer' => :'EmployerVerification', :'title' => :'String', :'platform_ids' => :'PlatformIds' } end |