Class: CheckoutSdk::Forex::QuoteRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/forex/quote_request.rb

Instance Attribute Summary collapse

Instance Attribute Details

#destination_amountInteger

Returns:

  • (Integer)


15
16
17
18
19
20
21
# File 'lib/checkout_sdk/forex/quote_request.rb', line 15

class QuoteRequest
  attr_accessor :source_currency,
                :source_amount,
                :destination_currency,
                :destination_amount,
                :process_channel_id
end

#destination_currencyString

Returns Common::Currency.

Returns:



15
16
17
18
19
20
21
# File 'lib/checkout_sdk/forex/quote_request.rb', line 15

class QuoteRequest
  attr_accessor :source_currency,
                :source_amount,
                :destination_currency,
                :destination_amount,
                :process_channel_id
end

#process_channel_idString

Returns:

  • (String)


15
16
17
18
19
20
21
# File 'lib/checkout_sdk/forex/quote_request.rb', line 15

class QuoteRequest
  attr_accessor :source_currency,
                :source_amount,
                :destination_currency,
                :destination_amount,
                :process_channel_id
end

#source_amountInteger

Returns:

  • (Integer)


15
16
17
18
19
20
21
# File 'lib/checkout_sdk/forex/quote_request.rb', line 15

class QuoteRequest
  attr_accessor :source_currency,
                :source_amount,
                :destination_currency,
                :destination_amount,
                :process_channel_id
end

#source_currencyString

Returns Common::Currency.

Returns:



15
16
17
18
19
20
21
# File 'lib/checkout_sdk/forex/quote_request.rb', line 15

class QuoteRequest
  attr_accessor :source_currency,
                :source_amount,
                :destination_currency,
                :destination_amount,
                :process_channel_id
end