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-04-02 UTC."],[[["This webpage provides documentation for the `PurchasableOffer` class within the Google Cloud Channel v1 API for .NET, with version 2.8.0 being the current version."],["The `PurchasableOffer` class represents an offer that can be purchased for a customer and is used in the `ListPurchasableOffer` API response."],["The documentation details that `PurchasableOffer` inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists numerous versions of the `PurchasableOffer` class, ranging from the latest 2.14.0 down to version 1.0.0, allowing users to access documentation of previous releases."],["The class has two constructors, a default constructor and one that takes another `PurchasableOffer` as a parameter to construct a copy, and includes an `Offer` property."]]],[]]