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`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `TransferableSku` class provides properties such as `LegacySku`, `Sku`, and `TransferEligibility` that provide details about the SKU and its transfer status."],["The page documents various versions of `TransferableSku`, ranging from version 1.0.0 to 2.14.0, with the latest version being 2.14.0, each accessible via a distinct link."]]],[]]