NonGuaranteedAuctionTerms constructor
NonGuaranteedAuctionTerms({
- bool? autoOptimizePrivateAuction,
- List<
PricePerBuyer> ? reservePricesPerBuyer,
Implementation
NonGuaranteedAuctionTerms({
this.autoOptimizePrivateAuction,
this.reservePricesPerBuyer,
});