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

GoogleCloudChannelV1TransferEligibility

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

Specifies transfer eligibility of a SKU.

interface GoogleCloudChannelV1TransferEligibility {
description?: string;
ineligibilityReason?:
| "REASON_UNSPECIFIED"
| "PENDING_TOS_ACCEPTANCE"
| "SKU_NOT_ELIGIBLE"
| "SKU_SUSPENDED"
| "CHANNEL_PARTNER_NOT_AUTHORIZED_FOR_SKU";
isEligible?: boolean;
}

§Properties

§
description?: string
[src]

Localized description if reseller is not eligible to transfer the SKU.

§
ineligibilityReason?: "REASON_UNSPECIFIED" | "PENDING_TOS_ACCEPTANCE" | "SKU_NOT_ELIGIBLE" | "SKU_SUSPENDED" | "CHANNEL_PARTNER_NOT_AUTHORIZED_FOR_SKU"
[src]

Specified the reason for ineligibility.

§
isEligible?: boolean
[src]

Whether reseller is eligible to transfer the SKU.