public sealed class PurchasableOffer : IMessage<PurchasableOffer>, IEquatable<PurchasableOffer>, IDeepCloneable<PurchasableOffer>, IBufferMessage, IMessage
Offer that can be puchased for a customer. This is used in
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 within the context of the .NET framework."],["The `PurchasableOffer` class is used to represent an offer that can be purchased for a customer, as part of the ListPurchasableOffer API response."],["The page includes links to documentation for various versions of the `PurchasableOffer` class, from version 1.0.0 up to the latest version 2.14.0."],["The `PurchasableOffer` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["It also has properties such as `Offer`, which has a type of `Offer`, and has two constructors listed: a parameterless one, and one that takes in another `PurchasableOffer` as a parameter."]]],[]]