Class PrivateAuctionTerms
Pricing terms for Private Auctions.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.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? |