public sealed class ListPurchasableSkusRequest.Types.ChangeOfferPurchase : IMessage<ListPurchasableSkusRequest.Types.ChangeOfferPurchase>, IEquatable<ListPurchasableSkusRequest.Types.ChangeOfferPurchase>, IDeepCloneable<ListPurchasableSkusRequest.Types.ChangeOfferPurchase>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ListPurchasableSkusRequest.Types.ChangeOfferPurchase.
List SKUs for upgrading or downgrading an entitlement. Make the purchase
using
[CloudChannelService.ChangeOffer][google.cloud.channel.v1.CloudChannelService.ChangeOffer].
[[["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 `ListPurchasableSkusRequest.Types.ChangeOfferPurchase` class within the Google Cloud Channel v1 API, detailing its use for listing SKUs for entitlement upgrades or downgrades."],["The latest version of the documentation available is 2.14.0, and the content also provides links to older versions, ranging from 2.13.0 back to 1.0.0, with all pointing to `ListPurchasableSkusRequest.Types.ChangeOfferPurchase`."],["The `ChangeOfferPurchase` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for working with messages, comparing objects, deep cloning, and buffer operations."],["Key properties of the `ChangeOfferPurchase` class are `ChangeType`, which is required and specifies the type of change to an entitlement, and `Entitlement`, which is a required resource name of the entitlement in a specific format."],["You can use `CloudChannelService.ChangeOffer` to purchase the listed SKUs."]]],[]]