REST Resource: accounts.customers.billingEntitlements

Resource: BillingEntitlement

Billing entitlements represents a container for a resold which is linked to the reseller's billing account. Service entitlements can be created only after a billing entitlement exists. Example: for GCP, this is a sub-billing account and for G Suite, this is a G Suite customer account. Read-only fields that get updated as part of order executions.

JSON representation
{
  "name": string,
  "status": enum(Status)
}
Fields
name

string

Resource name of form: accounts/{account_id}/customers/{customer_id}/billingEntitlements/{id}

status

enum(Status)

Status

Status of the billing entitlement.

Enums
STATUS_UNSPECIFIED
ACTIVE
DISABLED

Methods

get

Returns a requested BillingEntitlement resource.

list

List BillingEntitlements belonging to a customer.