Hierarchy

  • Base
    • AchPayments

Constructors

  • Constructor function for the Config class.

    Parameters

    • config: Config

      The configuration options for the class.

    Returns AchPayments

Methods

  • Sends a request to the specified endpoint with optional query parameters and options.

    Type Parameters

    • T

    Parameters

    • endpoint: string

      The endpoint to send the request to.

    • Optional queryParams: Record<string, any>

      Optional query parameters for the request.

    • Optional options: RequestInit

      Optional additional options for the request.

    Returns Promise<T>

    A promise that resolves to the response data.

Generated using TypeDoc