Method: Propertyware::Income.openapi_types
- Defined in:
- lib/propertyware/models/income.rb
.openapi_types ⇒ Object
Attribute type mapping.
67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/propertyware/models/income.rb', line 67 def self.openapi_types { :'cam_recovery_account' => :'Boolean', :'discount_account' => :'Boolean', :'escrow_account' => :'Boolean', :'exclude_from1099' => :'Boolean', :'exclude_from_pay_in_full' => :'Boolean', :'exclude_late_fee' => :'Boolean', :'rent_account' => :'Boolean', :'section8' => :'Boolean', :'tax_account' => :'Boolean' } end |