public sealed class CreateEntitlementPurchase : IMessage<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IEquatable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IDeepCloneable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ListPurchasableSkusRequest.Types.CreateEntitlementPurchase.
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 webpage provides documentation for the `CreateEntitlementPurchase` class within the Google Cloud Channel v1 API, specifically for listing SKUs to use when creating new entitlements."],["The `CreateEntitlementPurchase` class, part of `ListPurchasableSkusRequest.Types`, helps with listing SKUs for new entitlement creation, which can later be purchased using `CloudChannelService.CreateEntitlement`."],["The class is part of the `Google.Cloud.Channel.V1` namespace and is found within the `Google.Cloud.Channel.V1.dll` assembly, while implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It has versions ranging from 1.0.0 to 2.14.0 (latest), each with its own documentation link, with its core function being the ability to list SKUs related to a product for later purchase."],["The `Product` property of the `CreateEntitlementPurchase` class is required and used to specify which product's SKUs should be listed, supporting a format of `products/{product_id}` or `products/-` for all products."]]],[]]