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 .NET environment."],["The `ChangeOfferPurchase` class is used to list offers for changing an existing offer, which can be done through the Cloud Channel v1 API."],["The documentation includes reference to various versions, from 1.0.0 to the latest 2.14.0, indicating a history of updates and changes to the API class."],["`ChangeOfferPurchase` class properties include `Entitlement`, which is the resource name of the entitlement, and `NewSku`, which is the resource name of the target SKU."],["The class inherits from the base `Object` class, and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and is contained within the `Google.Cloud.Channel.V1` namespace."]]],[]]