Method: Plaid::IncomeBreakdown.openapi_types
- Defined in:
- lib/plaid/models/income_breakdown.rb
.openapi_types ⇒ Object
Attribute type mapping.
68 69 70 71 72 73 74 75 |
# File 'lib/plaid/models/income_breakdown.rb', line 68 def self.openapi_types { :'type' => :'IncomeBreakdownType', :'rate' => :'Float', :'hours' => :'Float', :'total' => :'Float' } end |