Function PlatformFeeRefundsApiFp

  • PlatformFeeRefundsApi - functional programming interface

    Export

    Parameters

    Returns {
        getPlatformFeeRefund(tilled_account, id, refund_id, options?) => Promise<((axios?, basePath?) => AxiosPromise<PlatformFeeRefund>)>;
    }

    • getPlatformFeeRefund:function
      • Retrieves the details of a Platform Fee Refund.

        Summary

        Get a Platform Fee Refund

        Throws

        Parameters

        • tilled_account: string

          The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.

        • id: string
        • refund_id: string
        • Optional options: RawAxiosRequestConfig<any>

          Override http request option.

        Returns Promise<((axios?, basePath?) => AxiosPromise<PlatformFeeRefund>)>

Generated using TypeDoc