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

TransferParameters

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

Deprecated: For more information, see Cloud Domains feature deprecation. Parameters required to transfer a domain from another registrar.

interface TransferParameters {
currentRegistrar?: string;
currentRegistrarUri?: string;
domainName?: string;
nameServers?: string[];
supportedPrivacy?:
| "CONTACT_PRIVACY_UNSPECIFIED"
| "PUBLIC_CONTACT_DATA"
| "PRIVATE_CONTACT_DATA"
| "REDACTED_CONTACT_DATA"[];
transferLockState?: "TRANSFER_LOCK_STATE_UNSPECIFIED" | "UNLOCKED" | "LOCKED";
yearlyPrice?: Money;
}

§Properties

§
currentRegistrar?: string
[src]

The registrar that currently manages the domain.

§
currentRegistrarUri?: string
[src]

The URL of the registrar that currently manages the domain.

§
domainName?: string
[src]

The domain name. Unicode domain names are expressed in Punycode format.

§
nameServers?: string[]
[src]

The name servers that currently store the configuration of the domain.

§
supportedPrivacy?: "CONTACT_PRIVACY_UNSPECIFIED" | "PUBLIC_CONTACT_DATA" | "PRIVATE_CONTACT_DATA" | "REDACTED_CONTACT_DATA"[]
[src]

Contact privacy options that the domain supports.

§
transferLockState?: "TRANSFER_LOCK_STATE_UNSPECIFIED" | "UNLOCKED" | "LOCKED"
[src]

Indicates whether the domain is protected by a transfer lock. For a transfer to succeed, this must show UNLOCKED. To unlock a domain, go to its current registrar.

§
yearlyPrice?: Money
[src]

Price to transfer or renew the domain for one year.