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

GoogleCloudPaymentsResellerSubscriptionV1Duration

import type { GoogleCloudPaymentsResellerSubscriptionV1Duration } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";

Describes the length of a period of a time.

interface GoogleCloudPaymentsResellerSubscriptionV1Duration {
count?: number;
unit?:
| "UNIT_UNSPECIFIED"
| "MONTH"
| "DAY"
| "HOUR";
}

§Properties

§
count?: number
[src]

number of duration units to be included.

§
unit?: "UNIT_UNSPECIFIED" | "MONTH" | "DAY" | "HOUR"
[src]

The unit used for the duration