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 webpage details the `CreateEntitlementPurchase` class within the `Google.Cloud.Channel.V1` namespace, used for listing SKUs for a new entitlement."],["The latest version of the class is 2.14.0, with links available for versions ranging from 1.0.0 to the most current release."],["The `CreateEntitlementPurchase` class can be used to define the product from which you would be purchasing the SKUs in order to create a new entitlement using `CloudChannelService.CreateEntitlement`."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits members from the base `Object` class."],["`CreateEntitlementPurchase` offers two constructors, one being empty, and the other taking another `CreateEntitlementPurchase` instance as an argument."]]],[]]