NAME

Webservice::OVH::Me::Bill

SYNOPSIS

use Webservice::OVH;

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

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

foreach my $bill (@$bills) {

    print $contact->url;
}

DESCRIPTION

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

METHODS

_new

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

id

Returns the api id.

order

Returns associated order.

properties

Retrieves properties. This method updates the intern property variable.

date

Exposed property value.

password

Exposed property value.

pdf_url

Exposed property value.

price_without_tax

Exposed property value.

price_with_tax

Exposed property value.

tax

Exposed property value.

url

Exposed property value.