Method: TransferZero::CurrencyExchange.openapi_types
- Defined in:
- lib/transferzero-sdk/models/currency_exchange.rb
.openapi_types ⇒ Object
Attribute type mapping.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/transferzero-sdk/models/currency_exchange.rb', line 64 def self.openapi_types { :'code' => :'String', :'name' => :'String', :'symbol' => :'String', :'decimals' => :'Float', :'subunit_to_unit' => :'String', :'primary' => :'Boolean', :'min' => :'String', :'max' => :'String', :'usd_equivalent' => :'String', :'opposites' => :'Array<CurrencyOpposite>' } end |