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

GoogleHomePayload

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

Payload specific for Google Home products.

interface GoogleHomePayload {
readonly attachedToGoogleStructure?: boolean;
googleStructureId?: string;
partnerStructureId?: string;
}

§Properties

§
readonly attachedToGoogleStructure?: boolean
[src]

Output only. This identifies whether the subscription is attached to a Google Home structure.

§
googleStructureId?: string
[src]

Optional. Structure identifier on Google side.

§
partnerStructureId?: string
[src]

Optional. This identifies the structure ID on partner side that the subscription should be applied to. Only required when the partner requires structure mapping.