Method: TransferZero::Currency.openapi_types
- Defined in:
- lib/transferzero-sdk/models/currency.rb
.openapi_types ⇒ Object
Attribute type mapping.
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'lib/transferzero-sdk/models/currency.rb', line 60 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' } end |