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

TransferDomainRequest

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

Deprecated: For more information, see Cloud Domains feature deprecation. Request for the TransferDomain method.

interface TransferDomainRequest {
authorizationCode?: AuthorizationCode;
contactNotices?: "CONTACT_NOTICE_UNSPECIFIED" | "PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT"[];
registration?: Registration;
validateOnly?: boolean;
yearlyPrice?: Money;
}

§Properties

§
authorizationCode?: AuthorizationCode
[src]

The domain's transfer authorization code. You can obtain this from the domain's current registrar.

§
contactNotices?: "CONTACT_NOTICE_UNSPECIFIED" | "PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT"[]
[src]

The list of contact notices that you acknowledge. The notices needed here depend on the values specified in registration.contact_settings.

§
registration?: Registration
[src]

Required. The complete Registration resource to be created. You can leave registration.dns_settings unset to import the domain's current DNS configuration from its current registrar. Use this option only if you are sure that the domain's current DNS service does not cease upon transfer, as is often the case for DNS services provided for free by the registrar.

§
validateOnly?: boolean
[src]

Validate the request without actually transferring the domain.

§
yearlyPrice?: Money
[src]

Required. Acknowledgement of the price to transfer or renew the domain for one year. Call RetrieveTransferParameters to obtain the price, which you must acknowledge.