NAME

Webservice::OVH::Me::Contact

SYNOPSIS

use Webservice::OVH;

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

my $contacts = $ovh->me->contacts;

foreach my $contact (@$contact) {

    print $contact->birth_city;
}

DESCRIPTION

Propvides access to contact properties. No managing methods are available at the moment.

METHODS

_new_existing

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

id

Returns the api id.

properties

Retrieves properties. This method updates the intern property variable.

address

Exposed property value.

birth_city

Exposed property value.

birth_country

Exposed property value.

birth_day

Exposed property value.

birth_zip

Exposed property value.

cell_phone

Exposed property value.

company_national_identification_number

Exposed property value.

email

Exposed property value.

fax

Exposed property value.

first_name

Exposed property value.

gender

Exposed property value.

language

Exposed property value.

last_name

Exposed property value.

Exposed property value.

national_identification_number

Exposed property value.

nationality

Exposed property value.

organisation_name

Exposed property value.

organisation_type

Exposed property value.

phone

Exposed property value.

vat

Exposed property value.