Method: Propertyware::SaveAccount.attribute_map
- Defined in:
- lib/propertyware/models/save_account.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/propertyware/models/save_account.rb', line 63 def self.attribute_map { :'account_number' => :'accountNumber', :'account_type' => :'accountType', :'auto_apply_prepayment' => :'autoApplyPrepayment', :'bank' => :'bank', :'code' => :'code', :'credit_card' => :'creditCard', :'current_asset' => :'currentAsset', :'current_liability' => :'currentLiability', :'description' => :'description', :'equity' => :'equity', :'expense' => :'expense', :'income' => :'income', :'non_current_asset' => :'nonCurrentAsset', :'non_current_liability' => :'nonCurrentLiability', :'non_operating_expense' => :'nonOperatingExpense', :'non_operating_inome' => :'nonOperatingInome', :'parent_gl_account_id' => :'parentGLAccountId', :'taxable' => :'taxable' } end |