Method: MoneyKit::AccountIdentity.openapi_types
- Defined in:
- lib/moneykit/models/account_identity.rb
.openapi_types ⇒ Object
Attribute type mapping.
52 53 54 55 56 57 58 59 60 61 |
# File 'lib/moneykit/models/account_identity.rb', line 52 def self.openapi_types { :'account_id' => :'String', :'account_type' => :'String', :'name' => :'String', :'account_mask' => :'String', :'balances' => :'AccountBalances', :'owners' => :'Array<Owner>' } end |