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 `PurchasableOffer` class, found in the `Google.Cloud.Channel.V1` namespace, represents an offer available for purchase by a customer through the Cloud Channel v1 API."],["This documentation provides reference for multiple versions of the `PurchasableOffer` class, ranging from version 1.0.0 to the latest version 2.14.0, accessible via hyperlinks."],["The `PurchasableOffer` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes constructors for creating new instances of `PurchasableOffer`, both default and by cloning an existing `PurchasableOffer` object."],["The `PurchasableOffer` class has a property called `Offer`, which is of type `Offer` and represents the offer itself."]]],[]]