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;
}