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

PricingSchedulePricingPeriod

import type { PricingSchedulePricingPeriod } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Pricing Period

interface PricingSchedulePricingPeriod {
endDate?: Date;
pricingComment?: string;
rateOrCostNanos?: bigint;
startDate?: Date;
units?: bigint;
}

§Properties

§
endDate?: Date
[src]
§
pricingComment?: string
[src]

Comments for this pricing period.

§
rateOrCostNanos?: bigint
[src]

Rate or cost of this pricing period in nanos (i.e., multiplied by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive.

§
startDate?: Date
[src]
§
units?: bigint
[src]

Units of this pricing period. Acceptable values are 0 to 10000000000, inclusive.