NonGuaranteedAuctionTerms class
Terms for Private Auctions.
Note that Private Auctions can be created only by the seller, but they can be returned in a get or list request.
Constructors
-
NonGuaranteedAuctionTerms({bool? autoOptimizePrivateAuction, List<
PricePerBuyer> ? reservePricesPerBuyer}) - NonGuaranteedAuctionTerms.fromJson(Map json_)
Properties
- autoOptimizePrivateAuction ↔ bool?
-
True if open auction buyers are allowed to compete with invited buyers in
this private auction.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
reservePricesPerBuyer
↔ List<
PricePerBuyer> ? -
Reserve price for the specified buyer.
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