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 class is designed to manage the listing of offers for `ChangeOffer` purchases, which includes functionality for upgrading or downgrading an existing entitlement."],["The latest version available is 2.14.0, and the page also contains references to many other previous versions, down to 1.0.0."],["The `ChangeOfferPurchase` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has two constructors."],["Key properties of the `ChangeOfferPurchase` class include `Entitlement` (the required resource name of the entitlement) and `NewSku` (the optional resource name of the new target SKU for upgrades/downgrades)."]]],[]]