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

NAME

Business::Edifact::Message::LineItem - Model an individual Item Line in a message

VERSION

Version 0.07

SYNOPSIS

An edifact Message can caontain a number of line items This is an instance of one

SUBROUTINES/METHODS

new

Called by Business::Edifact::Message to instantiate a new LineItem object. The caller passes the lineitem fields to the constructor

addsegment

adds a segment arrayref

order_reference_number

line_sequence_number

ean

Return the lineitem's ean (a 13 digit ISBN)

author_surname

author_firstname

author

title

subtitle

edition

place_of_publication

publisher

date_of_publication

item_format

shelfmark

quantity

price

AUTHOR

Colin Campbell, <colinsc@cpan.org>

BUGS

Please report any bugs or feature requests to bug-edifact-interchange at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Business-Edifact-Interchange. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Business::Edifact::Message

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2011-2014 Colin Campbell.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.