public sealed class 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 `ChangeOfferPurchase` class within the Google Cloud Channel v1 API, specifically for the .NET environment, allowing users to understand how to upgrade or downgrade an entitlement."],["The `ChangeOfferPurchase` class is part of the `ListPurchasableSkusRequest.Types` namespace, used for listing SKUs that are available for upgrading or downgrading, and can be purchased via the `CloudChannelService.ChangeOffer` function."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can handle various message processing and cloning operations, and also offers constructors to create instances."],["The `ChangeOfferPurchase` class has two main properties: `ChangeType`, which defines the type of change for the entitlement, and `Entitlement`, which is a string representing the resource name of the entitlement being changed."],["The page lists all the versions and their links related to the `ChangeOfferPurchase` starting from version 1.0.0 up to version 2.14.0 (latest)."]]],[]]