The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

API::MailboxOrg::API::Invoice - MailboxOrg::API::Invoice

VERSION

version 1.0.2

SYNOPSIS

    use API::MailboxOrg;

    my $user     = '1234abc';
    my $password = '1234abc';

    my $api      = API::MailboxOrg->new(
        user     => $user,
        password => $password,
    );

METHODS

get

PDF binary of an invoice

Parameters:

  • token

returns: array

    $api->invoice->get(%params);

list

Returns a list of downloadable invoices

Available for admin, reseller, account

Parameters:

  • account

returns: array

    $api->invoice->list(%params);

AUTHOR

Renee Baecker <reneeb@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2022 by Renee Baecker.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)