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

NAME

Business::ISP::Billing - Billing system for the Business::ISP:: system.

VERSION

SYNOPSIS

    use Business::ISP::Billing;

    # create a billing object

    my $billing = Business::ISP::Billing->new();

    # email an invoice/receipt

    $billing->email_bill({ invoice => 3 })

DESCRIPTION

This is module performs all client billing functions.

METHODS

new

Instantiates a new Business::ISP::Billing object

email_bill({ invoice_number => INV_NUM })

Emails an invoice to a client. INV_NUM is mandatory, and is an integer.

AUTHOR

Steve Bertrand, <steveb at cpan.org>

BUGS

Report bugs to <steveb at cpan.org>. I will be notified, and will report back to you with any updates.

SUPPORT

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

    perldoc Business::ISP::Billing

COPYRIGHT & LICENSE

Copyright 2012 Steve Bertrand, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.