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."],[[["This webpage provides documentation for the `PurchasableOffer` class within the Google Cloud Channel v1 API for .NET, with the latest version being 2.14.0 and the current page referring to 2.7.0."],["The `PurchasableOffer` class represents an offer that can be purchased for a customer and is utilized in the `ListPurchasableOffer` API response."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PurchasableOffer` class has two constructors, one default and another that takes a `PurchasableOffer` object as a parameter, and the class contains a property called `Offer`."],["The webpage contains documentation for multiple versions of the `PurchasableOffer` class ranging from version 1.0.0 up to the latest version 2.14.0, with the option to navigate to any of them."]]],[]]