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."],[[["This webpage provides documentation for the `PurchasableOffer` class within the `Google.Cloud.Channel.V1` namespace, which represents an offer available for purchase."],["The latest version documented is 2.14.0, and the page lists a range of versions from 1.0.0 to the most recent, with links to each version's specific documentation."],["The `PurchasableOffer` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be constructed without arguments or by taking in another instance of `PurchasableOffer`."],["One of the properties of this class, `Offer`, of type `Offer` is used to return the details of an offer."]]],[]]