public sealed class PurchasableOffer : IMessage<PurchasableOffer>, IEquatable<PurchasableOffer>, IDeepCloneable<PurchasableOffer>, IBufferMessage, IMessage
Offer that you can purchase for a customer. This is used in the
ListPurchasableOffer API response.
[[["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 webpage provides documentation for the `PurchasableOffer` class within the `Google.Cloud.Channel.V1` namespace, specifically referencing version 1.7.0."],["It details the class's inheritance from `Object` and its implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `Google.Cloud.Channel.V1.PurchasableOffer` class, ranging from version 1.0.0 to the latest version, 2.14.0, offering a historical overview of the versions."],["The `PurchasableOffer` class has public constructor methods: one empty and one that receives another `PurchasableOffer` object."],["The class includes a public property called `Offer`, which is of type `Offer` and is defined in `Google.Cloud.Channel.V1`."]]],[]]