public sealed class ChangeOfferPurchase : IMessage<ListPurchasableOffersRequest.Types.ChangeOfferPurchase>, IEquatable<ListPurchasableOffersRequest.Types.ChangeOfferPurchase>, IDeepCloneable<ListPurchasableOffersRequest.Types.ChangeOfferPurchase>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ListPurchasableOffersRequest.Types.ChangeOfferPurchase.
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 provides documentation for the `ListPurchasableOffersRequest.Types.ChangeOfferPurchase` class within the Google Cloud Channel v1 API, specifically in the context of .NET development."],["The class, which is used to list offers for `ChangeOffer` purchases, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The webpage documents various versions of this class, ranging from version 1.0.0 to the latest version, 2.14.0, and allows to click on each version for more information."],["The `ChangeOfferPurchase` class includes properties like `Entitlement` (a required string representing the entitlement resource name) and `NewSku` (an optional string representing the new target SKU)."],["The provided documentation showcases the implementation details, including constructors and inherited members of the class from the .NET framework."]]],[]]