Cloud Channel v1 API - Class SkuPurchaseGroup (2.11.0)

public sealed class SkuPurchaseGroup : IMessage<SkuPurchaseGroup>, IEquatable<SkuPurchaseGroup>, IDeepCloneable<SkuPurchaseGroup>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > SkuPurchaseGroup

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

SkuPurchaseGroup()

public SkuPurchaseGroup()

SkuPurchaseGroup(SkuPurchaseGroup)

public SkuPurchaseGroup(SkuPurchaseGroup other)
Parameter
NameDescription
otherSkuPurchaseGroup

Properties

BillingAccountPurchaseInfos

public RepeatedField<BillingAccountPurchaseInfo> BillingAccountPurchaseInfos { get; }

List of billing accounts that are eligible to purhcase these SKUs.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldstring