NAME

Webservice::OVH::Me::Task

SYNOPSIS

use Webservice::OVH;

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

my $task = $ovh->domain->service->change_contact(contact_billing => 'ovhaccount-ovh');

$task->resend_email;

DESCRIPTION

Module only provides basic functionality for contact_change tasks.

METHODS

_new

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

type

Returns intern type. At the moment only contact_change.

id

Returns the api id.

properties

Retrieves properties. This method updates the intern property variable.

accept

Accepts a contact change.

refuse

Refuses a contact change.

resend_email

Resends the contact change request.