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."],[[["The latest version available for the `TransferableOffer` class is 2.14.0, and the documentation lists versions back to 1.0.0."],["`TransferableOffer` is a class within the `Google.Cloud.Channel.V1` namespace used in the Cloud Channel v1 API."],["`TransferableOffer` objects represent an offer that is capable of being used in a transfer process and is a read-only object."],["The `TransferableOffer` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another allowing the creation of an object with another `TransferableOffer` object as parameter, as well as one property, `Offer`, which is of type `Offer`."]]],[]]