Method: Propertyware::Payment.attribute_map
- Defined in:
- lib/propertyware/models/payment.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'lib/propertyware/models/payment.rb', line 93 def self.attribute_map { :'amount' => :'amount', :'comments' => :'comments', :'contact_id' => :'contactID', :'created_by' => :'createdBy', :'created_date_time' => :'createdDateTime', :'date' => :'date', :'deposit_date' => :'depositDate', :'destination_account_id' => :'destinationAccountID', :'id' => :'id', :'is_deposited' => :'isDeposited', :'last_modified_by' => :'lastModifiedBy', :'last_modified_date_time' => :'lastModifiedDateTime', :'lease_id' => :'leaseID', :'payment_type' => :'paymentType', :'portfolio_id' => :'portfolioID', :'ref_no' => :'refNo', :'status' => :'status' } end |