Show / Hide Table of Contents

Class PrivateAuctionTerms

Pricing terms for Private Auctions.

Inheritance
object
PrivateAuctionTerms
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.v1.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.dll
Syntax
public class PrivateAuctionTerms : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FloorPrice

The minimum price buyer has to bid to compete in the private auction.

Declaration
[JsonProperty("floorPrice")]
public virtual Price FloorPrice { get; set; }
Property Value
Type Description
Price

OpenAuctionAllowed

Output only. True if open auction buyers are allowed to compete with invited buyers in this private auction.

Declaration
[JsonProperty("openAuctionAllowed")]
public virtual bool? OpenAuctionAllowed { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX