Method: Propertyware::BillSplit.attribute_map
- Defined in:
- lib/propertyware/models/bill_split.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'lib/propertyware/models/bill_split.rb', line 59 def self.attribute_map { :'amount' => :'amount', :'amount_paid' => :'amountPaid', :'building_abbr' => :'buildingAbbr', :'building_id' => :'buildingID', :'comments' => :'comments', :'gl_account_id' => :'glAccountID', :'id' => :'id', :'markup_discount_split' => :'markupDiscountSplit', :'paid' => :'paid', :'portfolio_abbr' => :'portfolioAbbr', :'portfolio_id' => :'portfolioID', :'unit_abbr' => :'unitAbbr', :'unit_id' => :'unitID' } end |