Method: Propertyware::BankDeposit.openapi_types
- Defined in:
- lib/propertyware/models/bank_deposit.rb
.openapi_types ⇒ Object
Attribute type mapping.
63 64 65 66 67 68 69 70 71 72 73 74 |
# File 'lib/propertyware/models/bank_deposit.rb', line 63 def self.openapi_types { :'created_by' => :'String', :'created_date_time' => :'Time', :'description' => :'String', :'id' => :'Integer', :'last_modified_by' => :'String', :'last_modified_date_time' => :'Time', :'name' => :'String', :'status' => :'String' } end |