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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SkuPurchaseGroup` class in the Cloud Channel v1 API represents a set of SKUs that must be purchased together using the same billing account."],["The latest version available is 2.14.0, and this documentation provides access to versions ranging from 1.0.0 to 2.14.0 for the `SkuPurchaseGroup` class."],["The `SkuPurchaseGroup` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BillingAccountPurchaseInfos` property, of type `RepeatedField\u003cBillingAccountPurchaseInfo\u003e`, lists the billing accounts eligible for purchasing these SKUs, and the `Skus` property, of type `RepeatedField\u003cstring\u003e`, lists resource names of included SKUs."],["There are two constructors available for `SkuPurchaseGroup`, a parameterless one, and one that creates a new instance from another instance of the same class."]]],[]]