PricingSchedulePricingPeriod

A pricing period within a pricing schedule.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
startDate string
endDate string
units string Units of this pricing period.
rateOrCostNanos string Rate or cost of this pricing period in nanos.
pricingComment string Comments for this pricing period.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-pricing-schedule-pricing-period-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PricingSchedulePricingPeriod",
  "type": "object",
  "description": "A pricing period within a pricing schedule.",
  "properties": {
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "units": {
      "type": "string",
      "description": "Units of this pricing period."
    },
    "rateOrCostNanos": {
      "type": "string",
      "description": "Rate or cost of this pricing period in nanos."
    },
    "pricingComment": {
      "type": "string",
      "description": "Comments for this pricing period."
    }
  }
}