PartnerCost class

Settings that control a partner cost.

A partner cost is any type of expense involved in running a campaign, other than the costs of purchasing impressions (which is called the media cost) and using third-party audience segment data (data fee). Some examples of partner costs include the fees for using DV360, a third-party ad server, or a third-party ad serving verification service.

Constructors

PartnerCost.new({String? costType, String? feeAmount, String? feePercentageMillis, String? feeType, String? invoiceType})
PartnerCost.fromJson(Map json_)

Properties

costType String?
The type of the partner cost.
getter/setter pair
feeAmount String?
The CPM fee amount in micros of advertiser's currency.
getter/setter pair
feePercentageMillis String?
The media fee percentage in millis (1/1000 of a percent).
getter/setter pair
feeType String?
The fee type for this partner cost.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invoiceType String?
The invoice type for this partner cost.
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