Class: CheckoutSdk::Accounts::EntityFinancialDetails
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::EntityFinancialDetails
- Defined in:
- lib/checkout_sdk/accounts/entity_financial_details.rb
Instance Attribute Summary collapse
- #annual_processing_volume ⇒ Integer
- #average_transaction_value ⇒ Integer
- #currency ⇒ String
- #documents ⇒ EntityFinancialDocuments
- #highest_transaction_value ⇒ Integer
Instance Attribute Details
#annual_processing_volume ⇒ Integer
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/accounts/entity_financial_details.rb', line 15 class EntityFinancialDetails attr_accessor :annual_processing_volume, :average_transaction_value, :highest_transaction_value, :documents, :currency end |
#average_transaction_value ⇒ Integer
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/accounts/entity_financial_details.rb', line 15 class EntityFinancialDetails attr_accessor :annual_processing_volume, :average_transaction_value, :highest_transaction_value, :documents, :currency end |
#currency ⇒ String
Returns Common::Currency.
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/accounts/entity_financial_details.rb', line 15 class EntityFinancialDetails attr_accessor :annual_processing_volume, :average_transaction_value, :highest_transaction_value, :documents, :currency end |
#documents ⇒ EntityFinancialDocuments
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/accounts/entity_financial_details.rb', line 15 class EntityFinancialDetails attr_accessor :annual_processing_volume, :average_transaction_value, :highest_transaction_value, :documents, :currency end |
#highest_transaction_value ⇒ Integer
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/accounts/entity_financial_details.rb', line 15 class EntityFinancialDetails attr_accessor :annual_processing_volume, :average_transaction_value, :highest_transaction_value, :documents, :currency end |