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

ParentSavingsPlanOffering

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

Information about a Savings Plan offering.

interface ParentSavingsPlanOffering {
currency?: CurrencyCode | null;
durationSeconds?: number | null;
offeringId?: string | null;
paymentOption?: SavingsPlanPaymentOption | null;
planDescription?: string | null;
planType?: SavingsPlanType | null;
}

§Properties

§
currency?: CurrencyCode | null
[src]

The currency.

§
durationSeconds?: number | null
[src]

The duration, in seconds.

§
offeringId?: string | null
[src]

The ID of the offering.

§
paymentOption?: SavingsPlanPaymentOption | null
[src]

The payment option.

§
planDescription?: string | null
[src]

The description.

§
planType?: SavingsPlanType | null
[src]

The plan type.