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

BillingRecord

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

Information for one billing record.

interface BillingRecord {
BillDate?: Date | number | null;
DomainName?: string | null;
InvoiceId?: string | null;
Operation?: OperationType | null;
Price?: number | null;
}

§Properties

§
BillDate?: Date | number | null
[src]

The date that the operation was billed, in Unix format.

§
DomainName?: string | null
[src]

The name of the domain that the billing record applies to. If the domain name contains characters other than a-z, 0-9, and - (hyphen), such as an internationalized domain name, then this value is in Punycode. For more information, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

§
InvoiceId?: string | null
[src]

The ID of the invoice that is associated with the billing record.

§
Operation?: OperationType | null
[src]

The operation that you were charged for.

§
Price?: number | null
[src]

The price that you were charged for the operation, in US dollars.

Example value: 12.0