Method: OpenapiClient::ExchangeRateDetails.attribute_map
- Defined in:
- lib/openapi_client/models/exchange_rate_details.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/openapi_client/models/exchange_rate_details.rb', line 46 def self.attribute_map { :'inquiry_rate_id' => :'inquiryRateId', :'foreign_currency' => :'foreignCurrency', :'foreign_amount' => :'foreignAmount', :'exchange_rate' => :'exchangeRate', :'dcc_offered' => :'dccOffered', :'exchange_rate_source_timestamp' => :'exchangeRateSourceTimestamp', :'expiration_timestamp' => :'expirationTimestamp', :'margin_rate_percentage' => :'marginRatePercentage', :'exchange_rate_source_name' => :'exchangeRateSourceName' } end |