Class GoogleCloudChannelV1SkuPurchaseGroup
Represents a set of SKUs that must be purchased using the same billing account.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1SkuPurchaseGroup : IDirectResponseSchema
Properties
BillingAccountPurchaseInfos
List of billing accounts that are eligible to purhcase these SKUs.
Declaration
[JsonProperty("billingAccountPurchaseInfos")]
public virtual IList<GoogleCloudChannelV1BillingAccountPurchaseInfo> BillingAccountPurchaseInfos { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudChannelV1BillingAccountPurchaseInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Skus
Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.
Declaration
[JsonProperty("skus")]
public virtual IList<string> Skus { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |