public sealed class ListPurchasableOffersRequest.Types.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 page provides documentation for the `ListPurchasableOffersRequest.Types.ChangeOfferPurchase` class within the Google Cloud Channel v1 API, specifically focusing on listing offers for `ChangeOffer` purchases."],["The `ChangeOfferPurchase` class is part of the `Google.Cloud.Channel.V1` namespace, implemented in the `Google.Cloud.Channel.V1.dll` assembly, and is associated with multiple versions of the API from 1.0.0 to 2.14.0, with 2.14.0 being the latest."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["Key properties of the `ChangeOfferPurchase` class include `Entitlement`, which represents the resource name of the entitlement, and `NewSku`, which represents the optional resource name of the new target SKU when upgrading or downgrading."],["The `ChangeOfferPurchase` class has two constructors; one is parameterless, and the other takes another instance of `ChangeOfferPurchase` as a parameter, which is used to copy properties from that object."]]],[]]