Show / Hide Table of Contents

Class DealPausingInfo

Information related to deal pausing.

Inheritance
object
DealPausingInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX