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 Google Cloud Channel v1 API's `PurchasableOffer` is 2.14.0."],["The `PurchasableOffer` class is used to represent offers that can be purchased for a customer, as part of the `ListPurchasableOffer` API response."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `PurchasableOffer` class includes a constructor and an `Offer` property which is of type `Offer`, both of which are used to represent and manipulate a specific offer."],["Version 2.5.0 is one of the many versions of this API, with versions ranging from 1.0.0 all the way to 2.14.0."]]],[]]