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

Specifies whether charges for devices are recurring.

interface RecurringCharge {
cost?: MonetaryAmount | null;
frequency?: RecurringChargeFrequency | null;
}

§Properties

§
cost?: MonetaryAmount | null
[src]

The cost of the recurring charge.

§

The frequency in which charges recur.