Overview

Namespaces

  • Cloudflare
    • Organizations
      • Firewall
        • AccessRules
    • User
      • Billing
        • Subscriptions
      • Firewall
    • Zone
      • Firewall
      • SSL
      • WAF
        • Packages

Classes

  • Billing
  • Invites
  • Organizations
  • Virtual_Dns
  • Overview
  • Namespace
  • Class

Class Billing

CloudFlare API wrapper

Billing

Cloudflare\Api
Extended by Cloudflare\User\Billing
Namespace: Cloudflare\User
Author: James Bell james@james-bell.co.uk
Version: 1
Located at CloudFlare/User/Billing.php
Methods summary
public
# billing( )

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

Billing Profile (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 )

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

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

Parameters

$page
Page number of paginated results
$per_page
Number of items per page
$order
Field to order billing history by
$type
The billing item type
$occured_at
When the billing item was created
$action
The billing item action
Methods inherited from Cloudflare\Api
__construct(), delete(), get(), patch(), permissions(), post(), put(), request(), setAuthKey(), setCurlOption(), setEmail()
Properties summary
protected array $permission_level

Default permissions level

Default permissions level

# ['read' => '#billing:read', 'edit' => '#billing:edit']
Properties inherited from Cloudflare\Api
$auth_key, $curl_options, $email
API documentation generated by ApiGen