Optional
configuration: ConfigurationCreates a Customer.
Create a Customer
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Deletes a Customer. This cannot be undone.
Delete a Customer
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Retrieves the details of an existing Customer.
Get a Customer
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of Customers. The Customers are sorted with the most recently created appearing first.
List all Customers
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
metadata: { `metadata` key-value pairs to filter by. Only exact matches on the key-value pair(s) will be returned. Example: `?metadata[internal_customer_id]=7cb1159d-875e-47ae-a309-319fa7ff395b`.
Optional
q: stringThe partial search of text fields. Supports searching by `customer.first_name`, `customer.last_name`, `customer.email`, `customer.phone`
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe 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.
Updates a Customer by setting the values of the provided parameters. Any parameters not provided will be left unchanged.
Update a Customer
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
CustomersApi - functional programming interface
Export