
Net::Fastly::Invoice - - a representation of a Fastly monthly invoice

The id of the service this invoice is for
The id of the service this invoice is for
The earliest date and time this invoice covers
The latest date and time this invoice covers
The total for this invoice in US dollars
A hash reference with all the different regions and their subtotals
Save this object. Equivalent to
$fastly->update_<class>($object);
Delete this object. Equivalent to
$fastly->delete_<class>($object);