Class: CheckoutSdk::Accounts::ProcessingDetails
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::ProcessingDetails
- Defined in:
- lib/checkout_sdk/accounts/processing_details.rb
Instance Attribute Summary collapse
- #annual_processing_volume ⇒ Integer
- #average_transaction_value ⇒ Integer
- #currency ⇒ CheckoutSdk::Common::Currency
- #highest_transaction_value ⇒ Integer
- #settlement_country ⇒ String
- #target_countries ⇒ Array(String)
Instance Attribute Details
#annual_processing_volume ⇒ 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_value ⇒ 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 |
#currency ⇒ CheckoutSdk::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_value ⇒ 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_country ⇒ 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_countries ⇒ 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 |