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."],[[["This webpage details the `ChangeOfferPurchase` class, which is used to list offers for changing a purchase in the Google Cloud Channel API, under the `Google.Cloud.Channel.V1` namespace."],["The latest version of `ChangeOfferPurchase` is 2.14.0, and the page also lists links to documentation for versions ranging from 1.0.0 to 2.13.0, all for the same class."],["The `ChangeOfferPurchase` class inherits from `Object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, `ChangeOfferPurchase()`, and another that accepts a `ListPurchasableOffersRequest.Types.ChangeOfferPurchase` object as a parameter."],["The `ChangeOfferPurchase` class has two properties, `Entitlement` and `NewSku`, which are strings representing the resource name of the entitlement and the new target SKU, respectively."]]],[]]