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

GoogleCloudPaymentsResellerSubscriptionV1Amount

import type { GoogleCloudPaymentsResellerSubscriptionV1Amount } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";

Describes the amount unit including the currency code.

interface GoogleCloudPaymentsResellerSubscriptionV1Amount {
amountMicros?: bigint;
currencyCode?: string;
}

§Properties

§
amountMicros?: bigint
[src]

Required. Amount in micros (1_000_000 micros = 1 currency unit)

§
currencyCode?: string
[src]

Required. Currency codes in accordance with [ISO-4217 Currency Codes] (https://en.wikipedia.org/wiki/ISO_4217). For example, USD.