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

    Type Alias AddedGetInvoices200

    type AddedGetInvoices200 = {
        data?: {
            billing_source?: "akamai" | "linode";
            date?: string;
            id?: number;
            label?: string;
            subtotal?: number;
            tax?: number;
            tax_summary?: { name?: string; tax?: number }[];
            total?: number;
        }[];
        page?: number;
        pages?: number;
        results?: number;
    }
    Index

    Properties

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

    Type Declaration

    • Optionalbilling_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.

    • Optional Readonlydate?: string

      Filterable, Read-only When this Invoice was generated.

    • Optional Readonlyid?: number

      Read-only The Invoice's unique ID.

    • Optional Readonlylabel?: string

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

    • Optional Readonlysubtotal?: number

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

    • Optional Readonlytax?: number

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

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

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

    • Optional Readonlytotal?: number

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

    page?: number

    Read-only The current page.

    pages?: number

    Read-only The total number of pages.

    results?: number

    Read-only The total number of results.