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

GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload

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

Payload specific to Youtube products.

interface GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload {
readonly accessEndTime?: Date;
partnerEligibilityIds?: string[];
partnerPlanType?:
| "PARTNER_PLAN_TYPE_UNSPECIFIED"
| "PARTNER_PLAN_TYPE_STANDALONE"
| "PARTNER_PLAN_TYPE_HARD_BUNDLE"
| "PARTNER_PLAN_TYPE_SOFT_BUNDLE";
}

§Properties

§
readonly accessEndTime?: Date
[src]

Output only. The access expiration time for this line item.

§
partnerEligibilityIds?: string[]
[src]

The list of eligibility_ids which are applicable for the line item.

§
partnerPlanType?: "PARTNER_PLAN_TYPE_UNSPECIFIED" | "PARTNER_PLAN_TYPE_STANDALONE" | "PARTNER_PLAN_TYPE_HARD_BUNDLE" | "PARTNER_PLAN_TYPE_SOFT_BUNDLE"
[src]

Optional. Specifies the plan type offered to the end user by the partner.