NonGuaranteedAuctionTerms constructor

NonGuaranteedAuctionTerms({
  1. bool? autoOptimizePrivateAuction,
  2. List<PricePerBuyer>? reservePricesPerBuyer,
})

Implementation

NonGuaranteedAuctionTerms({
  this.autoOptimizePrivateAuction,
  this.reservePricesPerBuyer,
});