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

GoogleCloudChannelV1BillingAccount

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

Represents a billing account.

interface GoogleCloudChannelV1BillingAccount {
readonly createTime?: Date;
readonly currencyCode?: string;
displayName?: string;
readonly name?: string;
readonly regionCode?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time when this billing account was created.

§
readonly currencyCode?: string
[src]

Output only. The 3-letter currency code defined in ISO 4217.

§
displayName?: string
[src]

Display name of the billing account.

§
readonly name?: string
[src]

Output only. Resource name of the billing account. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.

§
readonly regionCode?: string
[src]

Output only. The CLDR region code.