Method: Propertyware::BillPayment.openapi_types
- Defined in:
- lib/propertyware/models/bill_payment.rb
.openapi_types ⇒ Object
Attribute type mapping.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/propertyware/models/bill_payment.rb', line 91 def self.openapi_types { :'amount' => :'Float', :'bills' => :'Array<BillPaid>', :'check_number' => :'String', :'created_by' => :'String', :'created_date_time' => :'Time', :'id' => :'Integer', :'last_modified_by' => :'String', :'last_modified_date_time' => :'Time', :'memo' => :'String', :'name_on_check' => :'String', :'payment_account_id' => :'Integer', :'payment_date' => :'Date', :'payment_method' => :'String', :'to_be_printed' => :'Boolean', :'vendor_id' => :'Integer' } end |