Method: MoneyKit::AccountWithAccountNumbersLegacy20230218.attribute_map
- Defined in:
- lib/moneykit/models/account_with_account_numbers_legacy20230218.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/moneykit/models/account_with_account_numbers_legacy20230218.rb', line 46 def self.attribute_map { :'account_id' => :'account_id', :'account_type' => :'account_type', :'name' => :'name', :'nickname' => :'nickname', :'account_mask' => :'account_mask', :'balances' => :'balances', :'original_id' => :'original_id', :'closed' => :'closed', :'numbers' => :'numbers' } end |