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."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, comparison, cloning, and buffered operations."],["The class includes properties for `Entitlement`, which is the required resource name of the entitlement, and `NewSku`, which is the optional resource name of the target SKU for upgrading or downgrading."],["The latest version available is 2.14.0, and there are numerous previous versions documented, ranging from 1.0.0 up to 2.13.0, to provide a historical view of changes."],["The class inherits from `Object` and can be instantiated with a default constructor or with an existing instance of `ListPurchasableOffersRequest.Types.ChangeOfferPurchase`."]]],[]]