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, specifically in the context of the .NET library."],["The `PurchasableOffer` class is designed to represent an offer that can be purchased for a customer, as part of the response in the `ListPurchasableOffer` API."],["The `PurchasableOffer` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for object handling and manipulation."],["The page details the available versions of the `PurchasableOffer` class, ranging from the latest version `2.14.0` down to `1.0.0`."],["The page contains two constructors for the `PurchasableOffer` class, a parameterless constructor and one that accepts another instance of `PurchasableOffer`, and one property, `Offer`, that contains an `Offer` object."]]],[]]