Class LineItemDealInfo
Data transfer object for the exchange deal info of a line item.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class LineItemDealInfo : IMessage<LineItemDealInfo>, IEquatable<LineItemDealInfo>, IDeepCloneable<LineItemDealInfo>, IBufferMessage, IMessage
Constructors
LineItemDealInfo()
Declaration
public LineItemDealInfo()
LineItemDealInfo(LineItemDealInfo)
Declaration
public LineItemDealInfo(LineItemDealInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| LineItemDealInfo | other |
Properties
ExternalDealId
Optional. The external deal ID shared between seller and buyer. This field is only present if the deal has been finalized.
Declaration
public long ExternalDealId { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
HasExternalDealId
Gets whether the "external_deal_id" field is set
Declaration
public bool HasExternalDealId { get; }
Property Value
| Type | Description |
|---|---|
| bool |