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

MonetaryAmount

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

A number that represents the monetary amount for an offering or transaction.

interface MonetaryAmount {
amount?: number | null;
currencyCode?: CurrencyCode | null;
}

§Properties

§
amount?: number | null
[src]

The numerical amount of an offering or transaction.

§
currencyCode?: CurrencyCode | null
[src]

The currency code of a monetary amount. For example, USD means U.S. dollars.