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 page provides reference documentation for the `CreateEntitlementPurchase` class within the Cloud Channel v1 API for .NET, specifically concerning listing SKUs for a new entitlement."],["The `CreateEntitlementPurchase` class is used to list SKUs for a new entitlement, and making a purchase is done through the `CloudChannelService.CreateEntitlement` method."],["It is implemented from various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from `Object`."],["The class includes a `Product` property, which is a required field to list SKUs for a specific product or all products if using `products/-` formatting, and this is formatted as `products/{product_id}`."],["The documentation covers versions ranging from 1.0.0 to the latest 2.14.0, in the Google.Cloud.Channel.V1 namespace."]]],[]]