Method: Bitpesa::Currency.attribute_map
- Defined in:
- lib/bitpesa-sdk/models/currency.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/bitpesa-sdk/models/currency.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', :'margin' => :'margin', :'usd_equivalent' => :'usd_equivalent' } end |