invoiceType property

String? invoiceType
getter/setter pair

The invoice type for this partner cost.

  • Required when cost_type is one of: - PARTNER_COST_TYPE_ADLOOX - PARTNER_COST_TYPE_DOUBLE_VERIFY - PARTNER_COST_TYPE_INTEGRAL_AD_SCIENCE. * Output only for other types. Possible string values are:
  • "PARTNER_COST_INVOICE_TYPE_UNSPECIFIED" : Type value is not specified or is unknown in this version.
  • "PARTNER_COST_INVOICE_TYPE_DV360" : Partner cost is billed through DV360.
  • "PARTNER_COST_INVOICE_TYPE_PARTNER" : Partner cost is billed by the partner.

Implementation

core.String? invoiceType;