public sealed class PurchasableOffer : IMessage<PurchasableOffer>, IEquatable<PurchasableOffer>, IDeepCloneable<PurchasableOffer>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class PurchasableOffer.
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 page provides reference documentation for the `PurchasableOffer` class within the Google Cloud Channel v1 API, specifically for .NET developers."],["The latest version of the API documented is 2.14.0, but the page also includes documentation for prior versions all the way back to 1.0.0, accessible via hyperlinks."],["`PurchasableOffer` is a class that represents an offer available for purchase by a customer and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PurchasableOffer` class is part of the `Google.Cloud.Channel.V1` namespace, with the relevant assembly being `Google.Cloud.Channel.V1.dll`."],["The page details the constructors and properties of the `PurchasableOffer` class, including a parameter for a constructor named `other`, and a property called `Offer`."]]],[]]