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 latest version of the `PurchasableOffer` class in the Cloud Channel v1 API is 2.14.0, and there are numerous previous versions available, ranging from 2.13.0 down to 1.0.0."],["The `PurchasableOffer` class, which represents an offer that can be purchased for a customer, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PurchasableOffer` class includes constructors that allow for creating new instances, either empty or based on an existing `PurchasableOffer` object."],["A key property within the `PurchasableOffer` class is `Offer`, which is of type `Offer` and is used to define the details of the offer."],["The class resides within the `Google.Cloud.Channel.V1` namespace, with its implementation within the `Google.Cloud.Channel.V1.dll` assembly."]]],[]]