Class: Aws::Invoicing::Types::CurrencyExchangeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::CurrencyExchangeDetails
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
The details of currency exchange.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rate ⇒ String
The currency exchange rate.
-
#source_currency_code ⇒ String
The exchange source currency.
-
#target_currency_code ⇒ String
The exchange target currency.
Instance Attribute Details
#rate ⇒ String
The currency exchange rate.
335 336 337 338 339 340 341 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 335 class CurrencyExchangeDetails < Struct.new( :source_currency_code, :target_currency_code, :rate) SENSITIVE = [] include Aws::Structure end |
#source_currency_code ⇒ String
The exchange source currency.
335 336 337 338 339 340 341 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 335 class CurrencyExchangeDetails < Struct.new( :source_currency_code, :target_currency_code, :rate) SENSITIVE = [] include Aws::Structure end |
#target_currency_code ⇒ String
The exchange target currency.
335 336 337 338 339 340 341 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 335 class CurrencyExchangeDetails < Struct.new( :source_currency_code, :target_currency_code, :rate) SENSITIVE = [] include Aws::Structure end |