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.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface CheckoutLicenseRequest {
Beneficiary?: string | null;
CheckoutType: CheckoutType;
ClientToken: string;
Entitlements: EntitlementData[];
KeyFingerprint: string;
NodeId?: string | null;
ProductSKU: string;
}

§Properties

§
Beneficiary?: string | null
[src]

License beneficiary.

§
CheckoutType: CheckoutType
[src]

Checkout type.

§
ClientToken: string
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
Entitlements: EntitlementData[]
[src]

License entitlements.

§
KeyFingerprint: string
[src]

Key fingerprint identifying the license.

§
NodeId?: string | null
[src]

Node ID.

§
ProductSKU: string
[src]

Product SKU.