@akamai/openapi-ts
    Preparing search index...

    Type Alias GetInvoiceResponses

    type GetInvoiceResponses = {
        "200": {
            billing_source: "akamai" | "linode";
            date: string;
            id: number;
            label: string;
            subtotal: number;
            tax: number;
            tax_summary: { name: string; tax: number }[];
            total: number;
        };
    }
    Index

    Properties

    Properties

    "200": {
        billing_source: "akamai" | "linode";
        date: string;
        id: number;
        label: string;
        subtotal: number;
        tax: number;
        tax_summary: { name: string; tax: number }[];
        total: number;
    }

    Account Invoice object.

    Type Declaration

    • billing_source: "akamai" | "linode"

      Filterable, Read-only The source of service charges for this invoice. A value of akamai indicates an invoice generated according to the terms of an agreement between the customer and Akamai. A value of linode indicates an invoice was generated according to the default terms, prices, and discounts.

    • Readonlydate: string

      Filterable, Read-only When this Invoice was generated.

    • Readonlyid: number

      Read-only The Invoice's unique ID.

    • Readonlylabel: string

      Filterable, Read-only The Invoice's display label.

    • Readonlysubtotal: number

      Read-only The amount of the Invoice before taxes in US Dollars.

    • Readonlytax: number

      Read-only The amount of tax levied on the Invoice in US Dollars.

    • Readonlytax_summary: { name: string; tax: number }[]

      Read-only The amount of tax broken down into subtotals by source.

    • Readonlytotal: number

      Filterable, Read-only The amount of the Invoice after taxes in US Dollars.