Class PlatformFeesApi

PlatformFeesApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • PlatformFeesApi

Constructors

  • Parameters

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

    Returns PlatformFeesApi

Properties

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

Methods

  • Retrieves the details of a collected Platform Fee.

    Summary

    Get a Platform Fee

    Throws

    Memberof

    PlatformFeesApi

    Parameters

    Returns Promise<AxiosResponse<PlatformFee, any>>

Generated using TypeDoc