Method: Propertyware::Entry.openapi_types
- Defined in:
- lib/propertyware/models/entry.rb
.openapi_types ⇒ Object
Attribute type mapping.
65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/propertyware/models/entry.rb', line 65 def self.openapi_types { :'building_id' => :'Integer', :'comment' => :'String', :'credit' => :'Float', :'debit' => :'Float', :'glaccount_code' => :'String', :'glaccount_id' => :'Integer', :'id' => :'Integer', :'portfolio_id' => :'Integer', :'unit_id' => :'Integer' } end |