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

GoogleCloudPaymentsResellerSubscriptionV1ServicePeriod

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

A description of what time period or moment in time the product or service is being delivered over.

interface GoogleCloudPaymentsResellerSubscriptionV1ServicePeriod {
endTime?: Date;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

Optional. The end time of the service period. Time is exclusive.

§
startTime?: Date
[src]

Required. The start time of the service period. Time is inclusive.