PHP Класс Cloudflare\User\Billing

Billing
Автор: James Bell ([email protected])
Наследование: extends CloudFlare\User
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

billing() публичный Метод

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

history() публичный Метод

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