Class DealPausingInfo
Information related to deal pausing.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class DealPausingInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PauseReason
The reason for the pausing of the deal; empty for active deals.
Declaration
[JsonProperty("pauseReason")]
public virtual string PauseReason { get; set; }
Property Value
Type | Description |
---|---|
string |
PauseRole
The party that first paused the deal; unspecified for active deals.
Declaration
[JsonProperty("pauseRole")]
public virtual string PauseRole { get; set; }
Property Value
Type | Description |
---|---|
string |
PausingConsented
Whether pausing is consented between buyer and seller for the deal.
Declaration
[JsonProperty("pausingConsented")]
public virtual bool? PausingConsented { get; set; }
Property Value
Type | Description |
---|---|
bool? |