GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload
import type { GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Payload specific for Google Home products.
interface GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload {
readonly attachedToGoogleStructure?: boolean;
partnerStructureId?: string;
}