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

SubscriptionLineItemOneTimeRecurrenceDetails

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

Details for a ONE_TIME recurrence line item.

interface SubscriptionLineItemOneTimeRecurrenceDetails {
readonly servicePeriod?: ServicePeriod;
}

§Properties

§
readonly servicePeriod?: ServicePeriod
[src]

Output only. The service period of the ONE_TIME line item.