NAME
Net::Fastly::Invoice - - a representation of a Fastly monthly invoice
ACCESSORS
service_id
The id of the service this invoice is for
service_name
The id of the service this invoice is for
start_time
The earliest date and time this invoice covers
end_time
The latest date and time this invoice covers
total
The total for this invoice in US dollars
regions
A hash reference with all the different regions and their subtotals
save
Save this object. Equivalent to
$fastly->update_<class>($object);
delete
Delete this object. Equivalent to
$fastly->delete_<class>($object);