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 page documents the `ChangeOfferPurchase` class within the `Google.Cloud.Channel.V1` namespace, focusing on its use in listing offers for changing a purchase."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffer message operations."],["The `ChangeOfferPurchase` class has two constructors, one default and another that accepts another `ChangeOfferPurchase` instance for copying its properties."],["It includes two key properties: `Entitlement`, a required string representing the resource name of the entitlement, and `NewSku`, an optional string representing the resource name of the new target SKU for upgrades or downgrades."],["The documentation lists various versions of the `ChangeOfferPurchase` class, ranging from version 1.0.0 up to the latest version 2.14.0, indicating a history of updates and releases."]]],[]]