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

NAME

WWW::Billomat::Invoice::Item - Billomat Invoice Item object

VERSION

Version 0.01

SYNOPSIS

    use WWW::Billomat;

    my @items = $billomat->get_invoice_items('RE123');

SUBROUTINES/METHODS

None.

PROPERTIES

A WWW::Billomat::Invoice::Item object has the following properties. Type is string, except where otherwise specified.

  • id (Int)

  • article_id (Int)

  • invoice_id (Int)

  • position (Int)

  • unit

  • quantity (Num)

  • unit_price (Num)

  • tax_name

  • tax_rate (Num)

  • title

  • description

  • total_gross (Num)

  • total_net (Num)

  • reduction

  • total_gross_unreduced (Num)

  • total_net_unreduced (Num)

Please refer to the Billomat API documentation for their meaning.

SEE ALSO

WWW::Billomat.

AUTHOR

Aldo Calpini, <dada at perl.it>

LICENSE AND COPYRIGHT

Copyright 2013 Aldo Calpini.

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.