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, which represents an Offer that can be utilized in a Transfer operation."],["The latest version available for `TransferableOffer` is 2.14.0, and it also displays a range of prior versions from 2.13.0 back to 1.0.0."],["`TransferableOffer` inherits from the `Object` class and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides two constructors: a default `TransferableOffer()` and a constructor that takes another `TransferableOffer` instance."],["The primary property of the class is `Offer`, which contains the details of the Offer and is defined as type `Offer`."]]],[]]