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 latest version available is 2.14.0, with a range of previous versions back to 1.0.0 accessible, all related to `CreateEntitlementPurchase`."],["`CreateEntitlementPurchase` is used to list SKUs for a new entitlement, which can then be purchased using `CloudChannelService.CreateEntitlement`."],["`CreateEntitlementPurchase` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits members from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `Product` property is a required string to list SKUs associated with a product, supporting formats like \"products/{product_id}\" or \"products/-\" for all products."]]],[]]