PrivateAuctionTerms class

Pricing terms for Private Auctions.

Constructors

PrivateAuctionTerms({Price? floorPrice, bool? openAuctionAllowed})
PrivateAuctionTerms.fromJson(Map json_)

Properties

floorPrice Price?
The minimum price buyer has to bid to compete in the private auction.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
openAuctionAllowed bool?
True if open auction buyers are allowed to compete with invited buyers in this private auction.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited