Method: Propertyware::CurrentAsset.openapi_types
- Defined in:
- lib/propertyware/models/current_asset.rb
.openapi_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/propertyware/models/current_asset.rb', line 59 def self.openapi_types { :'discount_account' => :'Boolean', :'escrow_account' => :'Boolean', :'exclude_from1099' => :'Boolean', :'exclude_from_pay_in_full' => :'Boolean', :'exclude_late_fee' => :'Boolean', :'rent_account' => :'Boolean', :'tax_account' => :'Boolean' } end |