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

GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload

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

Payload specific to Google One products.

interface GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload {
campaigns?: string[];
offering?:
| "OFFERING_UNSPECIFIED"
| "OFFERING_VAS_BUNDLE"
| "OFFERING_VAS_STANDALONE"
| "OFFERING_HARD_BUNDLE"
| "OFFERING_SOFT_BUNDLE";
salesChannel?:
| "CHANNEL_UNSPECIFIED"
| "CHANNEL_RETAIL"
| "CHANNEL_ONLINE_WEB"
| "CHANNEL_ONLINE_ANDROID_APP"
| "CHANNEL_ONLINE_IOS_APP";
storeId?: string;
}

§Properties

§
campaigns?: string[]
[src]

Campaign attributed to sales of this subscription.

§
offering?: "OFFERING_UNSPECIFIED" | "OFFERING_VAS_BUNDLE" | "OFFERING_VAS_STANDALONE" | "OFFERING_HARD_BUNDLE" | "OFFERING_SOFT_BUNDLE"
[src]

The type of offering the subscription was sold by the partner. e.g. VAS.

§
salesChannel?: "CHANNEL_UNSPECIFIED" | "CHANNEL_RETAIL" | "CHANNEL_ONLINE_WEB" | "CHANNEL_ONLINE_ANDROID_APP" | "CHANNEL_ONLINE_IOS_APP"
[src]

The type of sales channel through which the subscription was sold.

§
storeId?: string
[src]

The identifier for the partner store where the subscription was sold.