Optional
configuration: ConfigurationCreates a Refund.
Create a Refund
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 Refund.
Get a Refund
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 Refunds. The Refunds are sorted with the most recently created appearing first.
List all Refunds
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
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.
Generated using TypeDoc
RefundsApi - axios parameter creator
Export