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-04-09 UTC."],[[["This webpage documents the `PurchasableOffer` class within the `Google.Cloud.Channel.V1` namespace, which represents an offer that can be purchased for a customer."],["The latest version available for this class is 2.14.0, with multiple versions from 1.0.0 through to the latest, 2.14.0 being available."],["The `PurchasableOffer` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors such as a default constructor and one that takes another `PurchasableOffer` instance, allowing the creation of a deep copy."],["It has a property `Offer`, which is an instance of the `Offer` class, and represents the offer for purchase."]]],[]]