Class: Aws::Invoicing::Types::CurrencyExchangeDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rateString

The currency exchange rate.

Returns:

  • (String)


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_codeString

The exchange source currency.

Returns:

  • (String)


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_codeString

The exchange target currency.

Returns:

  • (String)


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