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/authorizedbuyersmarketplace:v1.ts";

Represents a price and a pricing type for a deal.

interface Price {
amount?: Money;
type?: "TYPE_UNSPECIFIED" | "CPM" | "CPD";
}

§Properties

§
amount?: Money
[src]

The actual price with currency specified.

§
type?: "TYPE_UNSPECIFIED" | "CPM" | "CPD"
[src]

The pricing type for the deal.