Function ChargesApiAxiosParamCreator

  • ChargesApi - axios parameter creator

    Export

    Parameters

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

    • getCharge: ((tilled_account, id, options?) => Promise<RequestArgs>)
        • (tilled_account, id, options?): Promise<RequestArgs>
        • Retrieves the details of an existing Charge.

          Summary

          Get a Charge

          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
          • Optional options: RawAxiosRequestConfig<any> = {}

            Override http request option.

          Returns Promise<RequestArgs>

Generated using TypeDoc