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 provides documentation for the `TransferableOffer` class within the `Google.Cloud.Channel.V1` namespace, detailing its use in representing an offer that can be used in a transfer."],["The most recent version available for `TransferableOffer` is 2.14.0, and the webpage also includes links to older versions, going back to version 1.0.0."],["`TransferableOffer` inherits from the `Object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has a read-only nature and includes properties such as `Offer`, which represents an offer that has had parameter constraints updated to allow the transfer."],["Constructors are available for `TransferableOffer`, including a default constructor and a constructor that accepts another `TransferableOffer` instance."]]],[]]