public sealed class TransferableOffer : IMessage<TransferableOffer>, IEquatable<TransferableOffer>, IDeepCloneable<TransferableOffer>, IBufferMessage, IMessage
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."],[[["This webpage details the `TransferableOffer` class within the `Google.Cloud.Channel.V1` namespace, a read-only component representing an Offer that can be used in Transfer operations."],["The latest version of `TransferableOffer` is 2.14.0, with accessible documentation available for various previous versions, ranging back to version 1.0.0."],["The `TransferableOffer` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` along with inheriting members from the `Object` class."],["The class includes two constructors `TransferableOffer()` and `TransferableOffer(TransferableOffer)` as well as an `Offer` property of type `Offer` to allow the transfer."]]],[]]