public sealed class CreateEntitlementPurchase : IMessage<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IEquatable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IDeepCloneable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IBufferMessage, IMessage
List SKUs for a new entitlement. Make the purchase using
[CloudChannelService.CreateEntitlement][google.cloud.channel.v1.CloudChannelService.CreateEntitlement].
[[["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."],[[["This page provides documentation for the `CreateEntitlementPurchase` class, a part of the Google Cloud Channel V1 API used for listing SKUs for new entitlements."],["The `CreateEntitlementPurchase` class is found within the `Google.Cloud.Channel.V1` namespace and is implemented across versions ranging from 1.0.0 to 2.14.0 (latest)."],["This class supports purchasing via the `CloudChannelService.CreateEntitlement` method and inherits from `Object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main property of the `CreateEntitlementPurchase` class is `Product`, which is a string that specifies the product ID to list SKUs for, with support for retrieving SKUs for all products using \"products/-\"."],["The page lists multiple version of the `CreateEntitlementPurchase` class, allowing users to navigate and use specific versions of the class."]]],[]]