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

CheckoutLicenseRequest

import type { CheckoutLicenseRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/licensemanager.ts";
interface CheckoutLicenseRequest {
Beneficiary?: string | null;
CheckoutType: CheckoutType;
ClientToken: string;
Entitlements: EntitlementData[];
KeyFingerprint: string;
NodeId?: string | null;
ProductSKU: string;
}

§Properties

§
Beneficiary?: string | null
[src]
§
CheckoutType: CheckoutType
[src]
§
ClientToken: string
[src]
§
Entitlements: EntitlementData[]
[src]
§
KeyFingerprint: string
[src]
§
NodeId?: string | null
[src]
§
ProductSKU: string
[src]