type property

String? type
getter/setter pair

The pricing type for the deal. Possible string values are:

  • "TYPE_UNSPECIFIED" : A placeholder for an undefined pricing type. If the pricing type is unspecified, CPM will be used instead.
  • "CPM" : Cost per thousand impressions.
  • "CPD" : Cost per day.

Implementation

core.String? type;