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

CustomerLicense

import type { CustomerLicense } from "https://googleapis.deno.dev/v1/appsmarket:v2.ts";
interface CustomerLicense {
applicationId?: string;
customerId?: string;
editions?: Editions[];
id?: string;
kind?: string;
state?: string;
}

§Properties

§
applicationId?: string
[src]

The ID of the application corresponding to this license query.

§
customerId?: string
[src]

The domain name of the customer.

§
editions?: Editions[]
[src]

(Deprecated)

§
id?: string
[src]

The ID of the customer license.

§
kind?: string
[src]

The type of API resource. This is always appsmarket#customerLicense.

§
state?: string
[src]

The customer's license status. One of: - ACTIVE: The customer has a valid license. - UNLICENSED: There is no license: either this customer has never installed your application, or else has deleted it.