Method: Propertyware::Equity.attribute_map
- Defined in:
- lib/propertyware/models/equity.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/propertyware/models/equity.rb', line 44 def self.attribute_map { :'discount_account' => :'discountAccount', :'escrow_account' => :'escrowAccount', :'exclude_from1099' => :'excludeFrom1099', :'exclude_from_pay_in_full' => :'excludeFromPayInFull', :'exclude_late_fee' => :'excludeLateFee', :'rent_account' => :'rentAccount', :'tax_account' => :'taxAccount', :'transfer_balance_to_retained_earnings' => :'transferBalanceToRetainedEarnings' } end |