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."],[[["The `CreateEntitlementPurchase` class is used to list SKUs for a new entitlement, which can be purchased using `CloudChannelService.CreateEntitlement`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["The latest version of the API is 2.14.0, and numerous older versions are available, including all versions back to version 1.0.0."],["The `Product` property is required to specify the product to which the SKUs belong, using the format \"products/{product_id}\", or \"products/-\" to retrieve all products' SKUs."],["The class offers two constructors: a default one, and another that accepts an existing instance of `ListPurchasableSkusRequest.Types.CreateEntitlementPurchase` for cloning."]]],[]]