$PartnerCost class Null safety

Used by:

  • displayvideo:v1 : PartnerCost
  • displayvideo:v2 : PartnerCost

Constructors

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

Properties

costType String?
The type of the partner cost.
read / write
feeAmount String?
The CPM fee amount in micros of advertiser's currency.
read / write
feePercentageMillis String?
The media fee percentage in millis (1/1000 of a percent).
read / write
feeType String?
The fee type for this partner cost.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
invoiceType String?
The invoice type for this partner cost.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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