Method: Plaid::IncomeBreakdown.attribute_map

Defined in:
lib/plaid/models/income_breakdown.rb

.attribute_mapObject

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



53
54
55
56
57
58
59
60
# File 'lib/plaid/models/income_breakdown.rb', line 53

def self.attribute_map
  {
    :'type' => :'type',
    :'rate' => :'rate',
    :'hours' => :'hours',
    :'total' => :'total'
  }
end