@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface WithInvoice_uuItemRequestBuilderGetQueryParameters

    To retrieve the invoice items for an invoice, send a GET request to /v2/customers/my/invoices/$INVOICE_UUID.

    interface WithInvoice_uuItemRequestBuilderGetQueryParameters {
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page