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

    Builds and executes requests for operations under /v2/customers/my/billing_history

    interface Billing_historyRequestBuilder {
        get(
            requestConfiguration?: RequestConfiguration<object>,
        ): Promise<undefined | Billing_historyGetResponse>;
        toGetRequestInformation(
            requestConfiguration?: RequestConfiguration<object>,
        ): RequestInformation;
        withUrl(rawUrl: string): Billing_historyRequestBuilder;
    }

    Hierarchy

    Index

    Methods

    • To retrieve a list of all billing history entries, send a GET request to /v2/customers/my/billing_history.

      Parameters

      • OptionalrequestConfiguration: RequestConfiguration<object>

        Configuration for the request such as headers, query parameters, and middleware options.

      Returns Promise<undefined | Billing_historyGetResponse>

      error when the service returns a 401 status code

      error when the service returns a 404 status code

      error when the service returns a 429 status code

      error when the service returns a 500 status code

      error when the service returns a 4XX or 5XX status code

    • To retrieve a list of all billing history entries, send a GET request to /v2/customers/my/billing_history.

      Parameters

      • OptionalrequestConfiguration: RequestConfiguration<object>

        Configuration for the request such as headers, query parameters, and middleware options.

      Returns RequestInformation