Amount
import type { Amount } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Describes the amount unit including the currency code.
interface Amount {
amountMicros?: bigint;
currencyCode?: string;
}import type { Amount } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Describes the amount unit including the currency code.