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-03-21 UTC."],[[["The content focuses on the `ChangeOfferPurchase` class within the `Google.Cloud.Channel.V1` namespace, specifically for managing purchasable SKUs related to upgrading or downgrading entitlements."],["Version 2.14.0 is the latest version of the documented API, with a history of prior releases going back to version 1.0.0."],["The `ChangeOfferPurchase` class is part of the `ListPurchasableSkusRequest.Types` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various contexts within the .NET framework."],["It has two constructors: a default constructor and one that accepts another `ChangeOfferPurchase` object for creating a new instance based on an existing one."],["The class has properties like `ChangeType`, to indicate if the sku is an upgrade or downgrade, and `Entitlement` which holds the resource name of the entitlement in a string format."]]],[]]