Class: CheckoutSdk::Accounts::EntityFinancialDocuments
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::EntityFinancialDocuments
- Defined in:
- lib/checkout_sdk/accounts/entity_financial_documents.rb
Instance Attribute Summary collapse
Instance Attribute Details
#bank_statement ⇒ EntityDocument
9 10 11 12 |
# File 'lib/checkout_sdk/accounts/entity_financial_documents.rb', line 9 class EntityFinancialDocuments attr_accessor :bank_statement, :financial_statement end |
#financial_statement ⇒ EntityDocument
9 10 11 12 |
# File 'lib/checkout_sdk/accounts/entity_financial_documents.rb', line 9 class EntityFinancialDocuments attr_accessor :bank_statement, :financial_statement end |