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

NAME

Finance::AMEX::Transaction::GRRCN::Unknown - Parse AMEX Global Reconciliation (GRRCN)

VERSION

version 0.002

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 GRRCN file or line.

METHODS

new

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

 my $record = Finance::AMEX::Transaction::GRRCN::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::GRRCN::Unknown - Object methods for unknown AMEX reconciliation file records.

AUTHOR

Tom Heady <theady@ziprecruiter.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by ZipRecruiter.

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