Method: UpBankingClient::MoneyObject.openapi_types
- Defined in:
- lib/up_banking/models/money_object.rb
.openapi_types ⇒ Object
Attribute type mapping.
43 44 45 46 47 48 49 |
# File 'lib/up_banking/models/money_object.rb', line 43 def self.openapi_types { :'currency_code' => :'String', :'value' => :'String', :'value_in_base_units' => :'Integer' } end |