public sealed class ChangeOfferPurchase : IMessage<ListPurchasableSkusRequest.Types.ChangeOfferPurchase>, IEquatable<ListPurchasableSkusRequest.Types.ChangeOfferPurchase>, IDeepCloneable<ListPurchasableSkusRequest.Types.ChangeOfferPurchase>, IBufferMessage, IMessage
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-04-09 UTC."],[[["The page documents the `ChangeOfferPurchase` class within the `Google.Cloud.Channel.V1` namespace, which is used for listing SKUs to upgrade or downgrade an entitlement through the `CloudChannelService.ChangeOffer` method."],["The `ChangeOfferPurchase` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["There are multiple versions of the `ChangeOfferPurchase` class available, ranging from version 1.0.0 to the latest version 2.14.0."],["The class has two constructors, one default and one that accepts another `ChangeOfferPurchase` object as a parameter, and includes properties such as `ChangeType` and `Entitlement`."],["The `ChangeOfferPurchase` class's properties are `ChangeType` and `Entitlement`, where the former is required and determines the change type, and the latter, also required, designates the resource name of the entitlement."]]],[]]