-
-
03 Sep 2020 20:15:28 UTC
- Distribution: Net-Fastly
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (11)
- Testers (291 / 0 / 0)
- Kwalitee
Bus factor: 1- 28.55% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (37.76KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 14 contributors- - Fastly Inc
-
andri
-
Andri Antoniades
-
Artur Bergman
-
Eric Hodel
-
Gabor Szabo
-
Geoffrey Schorkopf
-
Leon Brocard
-
Matthew Wodrich
-
Michael May
-
Simon Wistow
-
Steve Ivy
-
Tatsuhiko Miyagawa
-
Thom Mahoney
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);
Module Install Instructions
To install Net::Fastly, copy and paste the appropriate command in to your terminal.
cpanm Net::Fastly
perl -MCPAN -e shell install Net::Fastly
For more information on module installation, please visit the detailed CPAN module installation guide.