Function ProductCodesApiFp

  • ProductCodesApi - functional programming interface

    Export

    Parameters

    Returns {
        listProductCodes(tilled_account, offset?, limit?, options?) => Promise<((axios?, basePath?) => AxiosPromise<ListProductCodes200Response>)>;
    }

    • listProductCodes:function
      • Returns a list of Product Codes. The Product Codes are sorted with the most recently created appearing first.

        Summary

        List an Account's Product Codes

        Deprecated

        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.

        • Optional offset: number

          The (zero-based) offset of the first item in the collection to return.

        • Optional limit: number

          The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.

        • Optional options: RawAxiosRequestConfig<any>

          Override http request option.

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

Generated using TypeDoc