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

Consent

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

Customer's consent for the owner change request.

interface Consent {
Currency: string;
MaxPrice: number;
}

§Properties

§
Currency: string
[src]

Currency for the MaxPrice.

§
MaxPrice: number
[src]

Maximum amount the customer agreed to accept.