Class PayoutsApi

PayoutsApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • PayoutsApi

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns PayoutsApi

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Retrieves the details of an existing Payout.

    Summary

    Get a Payout

    Throws

    Memberof

    PayoutsApi

    Parameters

    • requestParameters: PayoutsApiGetPayoutRequest

      Request parameters.

    • Optional options: RawAxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<Payout, any>>

  • Returns a list of Payouts. The Payouts are sorted with the most recently created appearing first.

    Summary

    List all Payouts

    Throws

    Memberof

    PayoutsApi

    Parameters

    • requestParameters: PayoutsApiListPayoutsRequest

      Request parameters.

    • Optional options: RawAxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<ListPayouts200Response, any>>

Generated using TypeDoc