public sealed class TransferableSku : IMessage<TransferableSku>, IEquatable<TransferableSku>, IDeepCloneable<TransferableSku>, IBufferMessage, IMessage
TransferableSku represents information a reseller needs to view existing
provisioned services for a customer that they do not own.
Read-only.
[[["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 `TransferableSku` class is a read-only representation of existing provisioned services for a customer, which a reseller does not currently own."],["This class implements several interfaces, including `IMessage\u003cTransferableSku\u003e`, `IEquatable\u003cTransferableSku\u003e`, `IDeepCloneable\u003cTransferableSku\u003e`, `IBufferMessage`, and `IMessage`."],["There are multiple versions of the `TransferableSku` documentation available, ranging from version 1.0.0 to the latest version, 2.14.0."],["`TransferableSku` has two constructors, one being a parameterless constructor and the other taking a `TransferableSku` object as a parameter, allowing for the creation of a new object based on an existing one."],["The `TransferableSku` class includes properties such as `LegacySku`, `Sku`, and `TransferEligibility`, providing information on the product and transfer options."]]],[]]