Method: OpenapiClient::ExchangeRateDetails.openapi_types

Defined in:
lib/openapi_client/models/exchange_rate_details.rb

.openapi_typesObject

Attribute type mapping.



61
62
63
64
65
66
67
68
69
70
71
72
73
# File 'lib/openapi_client/models/exchange_rate_details.rb', line 61

def self.openapi_types
  {
    :'inquiry_rate_id' => :'String',
    :'foreign_currency' => :'String',
    :'foreign_amount' => :'String',
    :'exchange_rate' => :'String',
    :'dcc_offered' => :'Boolean',
    :'exchange_rate_source_timestamp' => :'String',
    :'expiration_timestamp' => :'String',
    :'margin_rate_percentage' => :'String',
    :'exchange_rate_source_name' => :'String'
  }
end