The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Finance::AMEX::Transaction::EPRAW::Unknown - Parse AMEX Reconciliation Files (EPRAW) Unknown Rows

VERSION

version 0.005

DESCRIPTION

You would not normally be calling this module directly, it is one of the possible return objects from a call to Finance::AMEX::Transaction's getline method.

You should only be getting this type of object if it is an unknown or invalid EPRAW file or line.

METHODS

new

Returns a new Finance::AMEX::Transaction::EPRAW::Unknown object.

 my $record = Finance::AMEX::Transaction::EPRAW::Unknown->new(line => $line);

type

This will always return the string UNKNOWN.

 print $record->type; # UNKNOWN

line

Returns the full line that was given to the object.

NAME

Finance::AMEX::Transaction::EPRAW::Unknown - Object methods for unknown AMEX reconciliation file records.

AUTHOR

Tom Heady <cpan@punch.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2022 by ZipRecruiter/Tom Heady.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.