PricingSchedule class

Pricing Schedule

Constructors

PricingSchedule({String? capCostOption, DateTime? endDate, bool? flighted, String? floodlightActivityId, List<PricingSchedulePricingPeriod>? pricingPeriods, String? pricingType, DateTime? startDate, DateTime? testingStartDate})
PricingSchedule.fromJson(Map json_)

Properties

capCostOption String?
Placement cap cost option. Possible string values are:
getter/setter pair
endDate DateTime?
getter/setter pair
flighted bool?
Whether this placement is flighted.
getter/setter pair
floodlightActivityId String?
Floodlight activity ID associated with this placement.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pricingPeriods List<PricingSchedulePricingPeriod>?
Pricing periods for this placement.
getter/setter pair
pricingType String?
Placement pricing type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
getter/setter pair
testingStartDate DateTime?
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