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 latest version available for the Cloud Channel v1 API class SkuPurchaseGroup is 2.14.0, with version 2.12.0 being the current page's focus."],["SkuPurchaseGroup, part of the Google.Cloud.Channel.V1 namespace, represents a collection of SKUs requiring purchase under the same billing account."],["SkuPurchaseGroup can be constructed either as a new object, or using an existing `SkuPurchaseGroup` as a base, allowing for duplication."],["The class's `BillingAccountPurchaseInfos` property lists the eligible billing accounts for the SKUs, while the `Skus` property provides the resource names of the included SKUs."],["This class implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from `object`."]]],[]]