public sealed class TransferableOffer : IMessage<TransferableOffer>, IEquatable<TransferableOffer>, IDeepCloneable<TransferableOffer>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class TransferableOffer.
TransferableOffer represents an Offer that can be used in Transfer.
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."],[[["Version 2.14.0 is the latest version available for the Cloud Channel v1 API's TransferableOffer class, while version 2.13.0 is also available and is the main version in the context of the content."],["The TransferableOffer class represents an Offer that can be used in Transfer, and it is read-only."],["TransferableOffer implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, inheriting members like GetHashCode, GetType, and ToString from the object class."],["The TransferableOffer class has two constructors, one being a default constructor and the other accepting another TransferableOffer instance as a parameter to copy it."],["The class includes a property named 'Offer,' which represents an offer with updated parameter constraints to allow the transfer, and is of type Offer."]]],[]]