NAME

Webservice::OVH::Order::Hosting::Web

SYNOPSIS

use Webservice::OVH;

my $ovh = Webservice::OVH->new_from_json("credentials.json");

my $free_email_info = $ovh->order->hosting->web->free_email_info;

DESCRIPTION

Provides the possibility to activate the free hostig package.

METHODS

_new

Internal Method to create the Web object. This method is not ment to be called directly.

free_email_info

Gets information if free webhosting is available.

activate_free_email

Generates an order and pays the order for free webhosting.