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

DomainPrice

import type { DomainPrice } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";

Information about the domain price associated with a TLD.

interface DomainPrice {
ChangeOwnershipPrice?: PriceWithCurrency | null;
Name?: string | null;
RegistrationPrice?: PriceWithCurrency | null;
RenewalPrice?: PriceWithCurrency | null;
RestorationPrice?: PriceWithCurrency | null;
TransferPrice?: PriceWithCurrency | null;
}

§Properties

§
ChangeOwnershipPrice?: PriceWithCurrency | null
[src]

The price for changing domain ownership.

§
Name?: string | null
[src]

The name of the TLD for which the prices apply.

§
RegistrationPrice?: PriceWithCurrency | null
[src]

The price for domain registration with Route 53.

§
RenewalPrice?: PriceWithCurrency | null
[src]

The price for renewing domain registration with Route 53.

§
RestorationPrice?: PriceWithCurrency | null
[src]

The price for restoring the domain with Route 53.

§
TransferPrice?: PriceWithCurrency | null
[src]

The price for transferring the domain registration to Route 53.