PHP Class Cloudflare\User\Billing

Billing
Author: James Bell ([email protected])
Inheritance: extends CloudFlare\User
Show file Open project: jamesryanbell/cloudflare

Public Methods

Method Description
billing ( ) Billing Profile (permission needed: #billing:read) Access your billing profile object
history ( integer | null $page = null, integer | null $per_page = null, string | null $order = null, string | null $type = null, string | null $occured_at = null, string | null $action = null ) Billing History (permission needed: #billing:read) Access your billing profile object

Method Details

billing() public method

Billing Profile (permission needed: #billing:read) Access your billing profile object
public billing ( )

history() public method

Billing History (permission needed: #billing:read) Access your billing profile object
public history ( integer | null $page = null, integer | null $per_page = null, string | null $order = null, string | null $type = null, string | null $occured_at = null, string | null $action = null )
$page integer | null Page number of paginated results
$per_page integer | null Number of items per page
$order string | null Field to order billing history by
$type string | null The billing item type
$occured_at string | null When the billing item was created
$action string | null The billing item action