Method: MoneyKit::Account.openapi_types

Defined in:
lib/moneykit/models/account.rb

.openapi_typesObject

Attribute type mapping.



47
48
49
50
51
52
53
54
55
# File 'lib/moneykit/models/account.rb', line 47

def self.openapi_types
  {
    'account_id': :String,
    'account_type': :String,
    'name': :String,
    'account_mask': :String,
    'balances': :AccountBalances
  }
end