Class DisputesApi

DisputesApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • DisputesApi

Constructors

  • Parameters

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

    Returns DisputesApi

Properties

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

Methods

  • Creates Dispute evidence. Dispute evidence can only be submitted prior to the closing_at date.

    Summary

    Create Dispute Evidence

    Throws

    Memberof

    DisputesApi

    Parameters

    Returns Promise<AxiosResponse<Dispute, any>>

  • Retrieves the details of an existing Dispute.

    Summary

    Get a Dispute

    Throws

    Memberof

    DisputesApi

    Parameters

    • requestParameters: DisputesApiGetDisputeRequest

      Request parameters.

    • Optional options: RawAxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<Dispute, any>>

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

    Summary

    List all Disputes

    Throws

    Memberof

    DisputesApi

    Parameters

    Returns Promise<AxiosResponse<ListDisputes200Response, any>>

Generated using TypeDoc