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/ec2.ts?docs=full";

Describes a recurring charge.

interface RecurringCharge {
Amount?: number | null;
Frequency?: RecurringChargeFrequency | null;
}

§Properties

§
Amount?: number | null
[src]

The amount of the recurring charge.

§

The frequency of the recurring charge.