public class Cloudbilling.BillingAccounts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Cloudbilling.BillingAccounts.Services
The "services" collection of methods.
|
class |
Cloudbilling.BillingAccounts.SkuGroups
The "skuGroups" collection of methods.
|
class |
Cloudbilling.BillingAccounts.Skus
The "skus" collection of methods.
|
| Constructor and Description |
|---|
BillingAccounts() |
| Modifier and Type | Method and Description |
|---|---|
Cloudbilling.BillingAccounts.Services |
services()
An accessor for creating requests from the Services collection.
|
Cloudbilling.BillingAccounts.SkuGroups |
skuGroups()
An accessor for creating requests from the SkuGroups collection.
|
Cloudbilling.BillingAccounts.Skus |
skus()
An accessor for creating requests from the Skus collection.
|
public Cloudbilling.BillingAccounts.Services services()
The typical use is:
Cloudbilling cloudbilling = new Cloudbilling(...);Cloudbilling.Services.List request = cloudbilling.services().list(parameters ...)
public Cloudbilling.BillingAccounts.SkuGroups skuGroups()
The typical use is:
Cloudbilling cloudbilling = new Cloudbilling(...);Cloudbilling.SkuGroups.List request = cloudbilling.skuGroups().list(parameters ...)
public Cloudbilling.BillingAccounts.Skus skus()
The typical use is:
Cloudbilling cloudbilling = new Cloudbilling(...);Cloudbilling.Skus.List request = cloudbilling.skus().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.