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

BillingRateTieredRate

import type { BillingRateTieredRate } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";
interface BillingRateTieredRate {
highValue?: bigint;
lowValue?: bigint;
rateInMicros?: bigint;
}

§Properties

§
highValue?: bigint
[src]

The maximum for this tier range.

§
lowValue?: bigint
[src]

The minimum for this tier range.

§
rateInMicros?: bigint
[src]

Rate in micros for this tier.