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 `ChangeOfferPurchase` class is used to list offers for changing an existing purchase and is part of the `Google.Cloud.Channel.V1` namespace."],["Version 2.14.0 is the latest available version for `ChangeOfferPurchase`, with versions ranging back to 1.0.0 available."],["`ChangeOfferPurchase` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors, a default one and another that takes a `ListPurchasableOffersRequest.Types.ChangeOfferPurchase` object as a parameter."],["`ChangeOfferPurchase` has two key properties: `Entitlement`, which is a required string representing the resource name of the entitlement, and `NewSku`, an optional string representing the resource name of the new SKU."]]],[]]