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::Plesk::ServicePlan - Managing service plans.

SYNOPSIS

    $api = API::Plesk->new(...);
    $response = $api->service_plan->get(...);
    $response = $api->service_plan->set(...);
    $response = $api->service_plan->del(...);

DESCRIPTION

Module manage service plans.

METHODS

get(%params)
setarams)
del(%params)

AUTHOR

Ivan Sokolov <lt>ivsokolov@cpan.org<gt>