logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Acknowledgements

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.

Name

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

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_numberline_sequence_numberean
       Return the lineitem's ean (a 13 digit ISBN)

   author_surnameauthor_firstnameauthortitlesubtitleeditionplace_of_publicationpublisherdate_of_publicationitem_formatshelfmarkquantitypricerelated_numbers

Support

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

           perldoc Business::Edifact::Message

Synopsis

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

Version

       Version 0.07

See Also