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.