The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.004

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 <cpan@punch.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 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.