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

ViewBillingResponse

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

The ViewBilling response includes the following elements.

interface ViewBillingResponse {
BillingRecords?: BillingRecord[] | null;
NextPageMarker?: string | null;
}

§Properties

§
BillingRecords?: BillingRecord[] | null
[src]

A summary of billing records.

§
NextPageMarker?: string | null
[src]

If there are more billing records than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.