Function ChargesApiFp

  • ChargesApi - functional programming interface

    Export

    Parameters

    Returns {
        getCharge(tilled_account, id, options?) => Promise<((axios?, basePath?) => AxiosPromise<Charge>)>;
    }

    • getCharge:function
      • 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<((axios?, basePath?) => AxiosPromise<Charge>)>

Generated using TypeDoc