public sealed class ChangeOfferPurchase : IMessage<ListPurchasableOffersRequest.Types.ChangeOfferPurchase>, IEquatable<ListPurchasableOffersRequest.Types.ChangeOfferPurchase>, IDeepCloneable<ListPurchasableOffersRequest.Types.ChangeOfferPurchase>, IBufferMessage, IMessage
Optional. Resource name of the new target SKU. Provide this SKU when
upgrading or downgrading an entitlement. Format:
products/{product_id}/skus/{sku_id}
[[["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 webpage documents the `ChangeOfferPurchase` class, which is used to list offers for changing a purchase in the Google Cloud Channel API, under the namespace `Google.Cloud.Channel.V1`."],["The class `ChangeOfferPurchase` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The latest version documented on the page is `2.14.0`, but it has a list of versions ranging from `1.0.0` up to `2.14.0`, all of them referencing the `ChangeOfferPurchase` class."],["The class `ChangeOfferPurchase` includes two public properties: `Entitlement` which is the resource name of the entitlement, and `NewSku` which is the optional resource name of the new target SKU."],["The `ChangeOfferPurchase` class has two constructors, one empty and another that accepts another `ChangeOfferPurchase` as an argument."]]],[]]