AccountsSkuGroups
class AccountsSkuGroups extends Resource (View source)
The "skuGroups" collection of methods.
Typical usage is:
$cloudchannelService = new Google\Service\Cloudchannel(...);
$skuGroups = $cloudchannelService->accounts_skuGroups;
Methods
Lists the Rebilling supported SKU groups the account is authorized to sell.
Details
GoogleCloudChannelV1ListSkuGroupsResponse
listAccountsSkuGroups(string $parent, array $optParams = [])
Lists the Rebilling supported SKU groups the account is authorized to sell.
Reference: https://cloud.google.com/skus/sku-groups Possible Error Codes: PERMISSION_DENIED: If the account making the request and the account being queried are different, or the account doesn't exist. INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the SkuGroup resources. The data for each resource is displayed in the alphabetical order of SKU group display name. The data for each resource is displayed in the ascending order of SkuGroup.display_name If unsuccessful, returns an error. (skuGroups.listAccountsSkuGroups)