Class: CheckoutSdk::Forex::RatesQueryFilter

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

Instance Attribute Summary collapse

Instance Attribute Details

#currency_pairsString

Returns:

  • (String)


13
14
15
16
17
18
# File 'lib/checkout_sdk/forex/rates_query_filter.rb', line 13

class RatesQueryFilter
  attr_accessor :product,
                :source,
                :currency_pairs,
                :process_channel_id
end

#process_channel_idString

Returns:

  • (String)


13
14
15
16
17
18
# File 'lib/checkout_sdk/forex/rates_query_filter.rb', line 13

class RatesQueryFilter
  attr_accessor :product,
                :source,
                :currency_pairs,
                :process_channel_id
end

#productString

Returns:

  • (String)


13
14
15
16
17
18
# File 'lib/checkout_sdk/forex/rates_query_filter.rb', line 13

class RatesQueryFilter
  attr_accessor :product,
                :source,
                :currency_pairs,
                :process_channel_id
end

#sourceString

Returns ForexSource.

Returns:



13
14
15
16
17
18
# File 'lib/checkout_sdk/forex/rates_query_filter.rb', line 13

class RatesQueryFilter
  attr_accessor :product,
                :source,
                :currency_pairs,
                :process_channel_id
end