GuaranteedFixedPriceTerms class

Terms for Programmatic Guaranteed Deals.

Constructors

GuaranteedFixedPriceTerms({List<PricePerBuyer>? fixedPrices, String? guaranteedImpressions, String? guaranteedLooks, String? impressionCap, String? minimumDailyLooks, String? percentShareOfVoice, String? reservationType})
GuaranteedFixedPriceTerms.fromJson(Map _json)

Properties

fixedPrices List<PricePerBuyer>?
Fixed price for the specified buyer.
getter/setter pair
guaranteedImpressions String?
Guaranteed impressions as a percentage.
getter/setter pair
guaranteedLooks String?
Count of guaranteed looks.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
impressionCap String?
The lifetime impression cap for CPM sponsorship deals.
getter/setter pair
minimumDailyLooks String?
Daily minimum looks for CPD deal types.
getter/setter pair
percentShareOfVoice String?
For sponsorship deals, this is the percentage of the seller's eligible impressions that the deal will serve until the cap is reached.
getter/setter pair
reservationType String?
The reservation type for a Programmatic Guaranteed deal.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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