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

RecurringCharge

import type { RecurringCharge } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

Contains the specific price and frequency of a recurring charges for a reserved OpenSearch instance, or for a reserved OpenSearch instance offering.

interface RecurringCharge {
RecurringChargeAmount?: number | null;
RecurringChargeFrequency?: string | null;
}

§Properties

§
RecurringChargeAmount?: number | null
[src]

The monetary amount of the recurring charge.

§
RecurringChargeFrequency?: string | null
[src]

The frequency of the recurring charge.