Function PlatformFeeRefundsApiAxiosParamCreator

  • PlatformFeeRefundsApi - axios parameter creator

    Export

    Parameters

    Returns {
        getPlatformFeeRefund: ((tilled_account, id, refund_id, options?) => Promise<RequestArgs>);
    }

    • getPlatformFeeRefund: ((tilled_account, id, refund_id, options?) => Promise<RequestArgs>)
        • (tilled_account, id, refund_id, options?): Promise<RequestArgs>
        • 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<RequestArgs>

Generated using TypeDoc