DealTerms class
The deal terms specify the details of a Product/deal.
They specify things like price per buyer, the type of pricing model (for example, fixed price, auction) and expected impressions from the publisher.
Constructors
- DealTerms({String? brandingType, String? description, Price? estimatedGrossSpend, String? estimatedImpressionsPerDay, GuaranteedFixedPriceTerms? guaranteedFixedPriceTerms, NonGuaranteedAuctionTerms? nonGuaranteedAuctionTerms, NonGuaranteedFixedPriceTerms? nonGuaranteedFixedPriceTerms, String? sellerTimeZone})
- DealTerms.fromJson(Map json_)
Properties
- brandingType ↔ String?
-
Visibility of the URL in bid requests.
getter/setter pair
- description ↔ String?
-
Publisher provided description for the terms.
getter/setter pair
- estimatedGrossSpend ↔ Price?
-
Non-binding estimate of the estimated gross spend for this deal.
getter/setter pair
- estimatedImpressionsPerDay ↔ String?
-
Non-binding estimate of the impressions served per day.
getter/setter pair
- guaranteedFixedPriceTerms ↔ GuaranteedFixedPriceTerms?
-
The terms for guaranteed fixed price deals.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nonGuaranteedAuctionTerms ↔ NonGuaranteedAuctionTerms?
-
The terms for non-guaranteed auction deals.
getter/setter pair
- nonGuaranteedFixedPriceTerms ↔ NonGuaranteedFixedPriceTerms?
-
The terms for non-guaranteed fixed price deals.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sellerTimeZone ↔ String?
-
The time zone name.
getter/setter pair
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