Method: TransferZero::CurrencyExchange.attribute_map
- Defined in:
- lib/transferzero-sdk/models/currency_exchange.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'lib/transferzero-sdk/models/currency_exchange.rb', line 48 def self.attribute_map { :'code' => :'code', :'name' => :'name', :'symbol' => :'symbol', :'decimals' => :'decimals', :'subunit_to_unit' => :'subunit_to_unit', :'primary' => :'primary', :'min' => :'min', :'max' => :'max', :'usd_equivalent' => :'usd_equivalent', :'opposites' => :'opposites' } end |