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 of the `SkuPurchaseGroup` class is 2.14.0, part of the Google.Cloud.Channel.V1 API."],["`SkuPurchaseGroup` represents a collection of SKUs that must be purchased using the same billing account."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SkuPurchaseGroup` includes properties such as `BillingAccountPurchaseInfos`, which lists eligible billing accounts, and `Skus`, which contains resource names of the SKUs."],["The class offers two constructors: a default constructor `SkuPurchaseGroup()` and a constructor `SkuPurchaseGroup(SkuPurchaseGroup other)` for creating a copy."]]],[]]