NAME
Business::Payment::SwissESR::V11Parser - Class for parsing v11 records
SYNOPSYS
use Business::Payment::SwissESR::V11Parser;
my $parser = Business::Payment::SwissESR::V11Parser->new();
my $records = $parser->parse($data);
for my $rec (@$records){
warn Dumper $rec;
}
DESCRIPTION
When issuing ESR payment slips to your customers, you can get payment data from swisspost in the form of so called v11 files. They contain information about the paiments received. This class transforms this information into easily accessible data.
See records https://www.postfinance.ch/content/dam/pf/de/doc/consult/manual/dldata/efin_recdescr_man_de.pdf for details (2.1 Gutschriftrecord Typ 3).
METHODS
$p->parse($string)
COPYRIGHT
Copyright (c) 2014 by OETIKER+PARTNER AG. All rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
AUTHOR
Tobias Oetiker <tobi@oetiker.ch>
HISTORY
2011-02-20 to 0.1 rewriten for DBI module
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 166:
=back without =over