Class: BankAccountStatement::Inputs::TXT::CPBKGB22::Business::Current::V_2015_12_06
- Inherits:
-
Base
- Object
- Base
- Base
- Base
- Base
- BankAccountStatement::Inputs::TXT::CPBKGB22::Business::Current::V_2015_12_06
- Defined in:
- lib/bank-account-statement/inputs/TXT/CPBKGB22/Business/Current/V_2015_12_06.rb
Overview
TXT statement parsing for The Co-operative Bank business current accounts.
Constant Summary collapse
- TH =
Hash[{ :date => 'DATE', :desc => 'DESCRIPTION', :withdrawal => 'WITHDRAWALS', :deposit => 'DEPOSITS', :balance => 'BALANCE', }.map { |k, v| [k, v.freeze] }].freeze
Constants inherited from Base
Constants inherited from Base
Method Summary
Methods inherited from Base
Methods inherited from Base
#account, #currency, #transactions
Methods inherited from Base
Methods inherited from Base
Constructor Details
This class inherits a constructor from BankAccountStatement::Inputs::TXT::Base