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 in the Google Cloud Channel v1 API represents an offer available for customer purchase."],["The latest version of this API is 2.14.0, but there are numerous previous versions, including 2.11.0, that have their own documented data."],["The class `PurchasableOffer` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with the purpose of facilitating interactions with messages, equality comparisons, deep cloning, and buffered message operations, respectively."],["`PurchasableOffer` includes a property, `Offer`, of type `Offer`, that can be used to get and set offer-related information."],["This documentation has data regarding the class `PurchasableOffer` containing information about its constructors, inherited members, and implementation."]]],[]]