Skip to main content

Interfaces

RequestOptions

Defined in: _vendor/api/resources/accounts/client/Client.ts:19

Extends

  • BaseRequestOptions

Properties

abortSignal?
Defined in: _vendor/BaseClient.ts:45 A hook to abort the request.
Inherited from
headers?
Defined in: _vendor/BaseClient.ts:49 Additional headers to include in the request.
Inherited from
maxRetries?
Defined in: _vendor/BaseClient.ts:43 The number of times to retry the request. Defaults to 2.
Inherited from
queryParams?
Defined in: _vendor/BaseClient.ts:47 Additional query string parameters to include in the request.
Inherited from
timeoutInSeconds?
Defined in: _vendor/BaseClient.ts:41 The maximum time to wait for a response in seconds.
Inherited from

Type Aliases