Class: CheckoutSdk::Accounts::ProcessingDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/accounts/processing_details.rb

Instance Attribute Summary collapse

Instance Attribute Details

#annual_processing_volumeInteger

Returns:

  • (Integer)


17
18
19
20
21
22
23
24
# File 'lib/checkout_sdk/accounts/processing_details.rb', line 17

class ProcessingDetails
  attr_accessor :settlement_country,
                :target_countries,
                :annual_processing_volume,
                :average_transaction_value,
                :highest_transaction_value,
                :currency
end

#average_transaction_valueInteger

Returns:

  • (Integer)


17
18
19
20
21
22
23
24
# File 'lib/checkout_sdk/accounts/processing_details.rb', line 17

class ProcessingDetails
  attr_accessor :settlement_country,
                :target_countries,
                :annual_processing_volume,
                :average_transaction_value,
                :highest_transaction_value,
                :currency
end

#currencyCheckoutSdk::Common::Currency



17
18
19
20
21
22
23
24
# File 'lib/checkout_sdk/accounts/processing_details.rb', line 17

class ProcessingDetails
  attr_accessor :settlement_country,
                :target_countries,
                :annual_processing_volume,
                :average_transaction_value,
                :highest_transaction_value,
                :currency
end

#highest_transaction_valueInteger

Returns:

  • (Integer)


17
18
19
20
21
22
23
24
# File 'lib/checkout_sdk/accounts/processing_details.rb', line 17

class ProcessingDetails
  attr_accessor :settlement_country,
                :target_countries,
                :annual_processing_volume,
                :average_transaction_value,
                :highest_transaction_value,
                :currency
end

#settlement_countryString

Returns:

  • (String)


17
18
19
20
21
22
23
24
# File 'lib/checkout_sdk/accounts/processing_details.rb', line 17

class ProcessingDetails
  attr_accessor :settlement_country,
                :target_countries,
                :annual_processing_volume,
                :average_transaction_value,
                :highest_transaction_value,
                :currency
end

#target_countriesArray(String)

Returns:

  • (Array(String))


17
18
19
20
21
22
23
24
# File 'lib/checkout_sdk/accounts/processing_details.rb', line 17

class ProcessingDetails
  attr_accessor :settlement_country,
                :target_countries,
                :annual_processing_volume,
                :average_transaction_value,
                :highest_transaction_value,
                :currency
end