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

NAME

WWW::Billomat::Invoice - Billomat Invoice object

VERSION

Version 0.01

SYNOPSIS

    use WWW::Billomat;

    my $invoice = $billomat->get_invoice('RE123');
    say "Status: ", $invoice->status;

SUBROUTINES/METHODS

None.

PROPERTIES

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

  • id (Int)

  • client_id (Int)

  • created

  • invoice_number

  • number (Int)

  • number_pre

  • status

  • date

  • supply_date

  • supply_date_type

  • due_date

  • due_days (Int)

  • address

  • discount_rate (Num)

  • discount_date

  • discount_days (Int)

  • discount_amount (Num)

  • label

  • intro

  • note

  • total_gross (Num)

  • total_net (Num)

  • reduction

  • total_gross_unreduced (Num)

  • total_net_unreduced (Num)

  • currency_code

  • quote (Num)

  • offer_id

  • confirmation_id

  • recurring_id

  • taxes

  • payment_type

Please refer to the Billomat API documentation for their meaning.

SEARCH PARAMETERS

The following fields can be used when searching for invoices:

  • client_id

  • invoice_number

  • status

  • payment_type

  • from

  • to

  • label

  • intro

  • note

  • tags

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.