DealTerms constructor

DealTerms({
  1. String? brandingType,
  2. String? description,
  3. Price? estimatedGrossSpend,
  4. String? estimatedImpressionsPerDay,
  5. GuaranteedFixedPriceTerms? guaranteedFixedPriceTerms,
  6. NonGuaranteedAuctionTerms? nonGuaranteedAuctionTerms,
  7. NonGuaranteedFixedPriceTerms? nonGuaranteedFixedPriceTerms,
  8. String? sellerTimeZone,
})

Implementation

DealTerms({
  this.brandingType,
  this.description,
  this.estimatedGrossSpend,
  this.estimatedImpressionsPerDay,
  this.guaranteedFixedPriceTerms,
  this.nonGuaranteedAuctionTerms,
  this.nonGuaranteedFixedPriceTerms,
  this.sellerTimeZone,
});