public sealed class SkuPurchaseGroup : IMessage<SkuPurchaseGroup>, IEquatable<SkuPurchaseGroup>, IDeepCloneable<SkuPurchaseGroup>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class SkuPurchaseGroup.
Represents a set of SKUs that must be purchased using the same billing account.
Implements
IMessageSkuPurchaseGroup, IEquatableSkuPurchaseGroup, IDeepCloneableSkuPurchaseGroup, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
SkuPurchaseGroup()
public SkuPurchaseGroup()SkuPurchaseGroup(SkuPurchaseGroup)
public SkuPurchaseGroup(SkuPurchaseGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
SkuPurchaseGroup |
Properties
BillingAccountPurchaseInfos
public RepeatedField<BillingAccountPurchaseInfo> BillingAccountPurchaseInfos { get; }List of billing accounts that are eligible to purhcase these SKUs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBillingAccountPurchaseInfo |
|
Skus
public RepeatedField<string> Skus { get; }Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|