Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Price

import type { Price } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Represents a price and a pricing type for a product / deal.

interface Price {
amount?: Money;
pricingType?: "PRICING_TYPE_UNSPECIFIED" | "COST_PER_MILLE" | "COST_PER_DAY";
}

§Properties

§
amount?: Money
[src]

The actual price with currency specified.

§
pricingType?: "PRICING_TYPE_UNSPECIFIED" | "COST_PER_MILLE" | "COST_PER_DAY"
[src]

The pricing type for the deal/product. (default: CPM)