PHP 클래스 Cloudflare\User\Billing

Billing
저자: James Bell ([email protected])
상속: extends CloudFlare\User
파일 보기 프로젝트 열기: jamesryanbell/cloudflare

공개 메소드들

메소드 설명
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