NAME
Finance::AMEX::Transaction::CBNOT::Unknown - Represents AMEX Chargeback Notification Files (CBNOT) 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 CBNOT file or line.
METHODS
new
Returns a new Finance::AMEX::Transaction::CBNOT::Unknown object.
my $record = Finance::AMEX::Transaction::CBNOT::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::CBNOT::Unknown - Object methods for unknown AMEX chargeback notification 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.