Optional
configuration: ConfigurationCreates an Apple Pay Domain.
Create an Apple Pay Domain
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 an Apple Pay Domain. This cannot be undone.
Delete an Apple Pay Domain
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 Apple Pay Domain.
Get an Apple Pay Domain
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 registered Apple Pay Domains. The Apple Pay Domains are sorted with the most recently created appearing first.
List all Apple Pay Domains
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
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
ApplePayDomainsApi - functional programming interface
Export