REST 資源:accounts.customers.billingEntitlements

資源:BillingEntitlement

帳單實體代表了經銷商客戶的容器,該容器會連結至經銷商的帳單帳戶。您必須先具備帳單實體,然後才能建立服務實體。舉例來說,GCP 的帳單實體是子帳單帳戶,對 G Suite 來說則為 G Suite 客戶帳戶,也就是系統在執行訂單相關作業時更新的唯讀欄位。

JSON 表示法

{
  "name": string,
  "status": enum(Status)
}
欄位
name

string

表單的資源名稱:accounts/{account_id}/customers/{customer_id}/billingEntitlements/{id}

status

enum(Status)

狀態

帳單實體的狀態。

列舉
STATUS_UNSPECIFIED
ACTIVE
DISABLED

方法

get

傳回所要求的 BillingEntitlement 資源。

list

列出客戶的 BillingEntitlement