GoogleApi.AuthorizedBuyersMarketplace.V1.Model.PrivateAuctionTerms (google_api_authorized_buyers_marketplace v0.2.0) View Source

Pricing terms for Private Auctions.

Attributes

  • floorPrice (type: GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Price.t, default: nil) - The minimum price buyer has to bid to compete in the private auction.
  • openAuctionAllowed (type: boolean(), default: nil) - Output only. True if open auction buyers are allowed to compete with invited buyers in this private auction.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.PrivateAuctionTerms{
  floorPrice: GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Price.t() | nil,
  openAuctionAllowed: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.