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

ProductPayload

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

Specifies product specific payload.

interface ProductPayload {
googleHomePayload?: GoogleHomePayload;
googleOnePayload?: GoogleOnePayload;
youtubePayload?: YoutubePayload;
}

§Properties

§
googleHomePayload?: GoogleHomePayload
[src]

Payload specific to Google Home products.

§
googleOnePayload?: GoogleOnePayload
[src]

Product-specific payloads. Payload specific to Google One products.

§
youtubePayload?: YoutubePayload
[src]

Payload specific to Youtube products.