ProgrammaticGuaranteedTerms class

Pricing terms for Programmatic Guaranteed Deals.

Constructors

ProgrammaticGuaranteedTerms({Price? fixedPrice, String? guaranteedLooks, String? impressionCap, String? minimumDailyLooks, String? percentShareOfVoice, String? reservationType})
ProgrammaticGuaranteedTerms.fromJson(Map json_)

Properties

fixedPrice Price?
Fixed price for the deal.
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