DealTerms constructor
DealTerms({
- String? brandingType,
- String? description,
- Price? estimatedGrossSpend,
- String? estimatedImpressionsPerDay,
- GuaranteedFixedPriceTerms? guaranteedFixedPriceTerms,
- NonGuaranteedAuctionTerms? nonGuaranteedAuctionTerms,
- NonGuaranteedFixedPriceTerms? nonGuaranteedFixedPriceTerms,
- String? sellerTimeZone,
Implementation
DealTerms({
this.brandingType,
this.description,
this.estimatedGrossSpend,
this.estimatedImpressionsPerDay,
this.guaranteedFixedPriceTerms,
this.nonGuaranteedAuctionTerms,
this.nonGuaranteedFixedPriceTerms,
this.sellerTimeZone,
});