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

    Type Alias GetInvoiceData

    type GetInvoiceData = {
        body?: never;
        path: { invoiceId: number };
        query?: never;
        url: "account/invoices/{invoiceId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { invoiceId: number }

    Type Declaration

    • invoiceId: number

      The ID of the Invoice.

    query?: never
    url: "account/invoices/{invoiceId}"