Class TransferableOffer (1.5.0)

public sealed class TransferableOffer : IMessage<TransferableOffer>, IEquatable<TransferableOffer>, IDeepCloneable<TransferableOffer>, IBufferMessage, IMessage

TransferableOffer represents an Offer that can be used in Transfer. Read-only.

Inheritance

Object > TransferableOffer

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

TransferableOffer()

public TransferableOffer()

TransferableOffer(TransferableOffer)

public TransferableOffer(TransferableOffer other)
Parameter
NameDescription
otherTransferableOffer

Properties

Offer

public Offer Offer { get; set; }

Offer with parameter constraints updated to allow the Transfer.

Property Value
TypeDescription
Offer