@bigcommerce/checkout-sdk › RequestOptions
A set of options for configuring an asynchronous request.
▪ TParams
-
RequestOptions
• params? : TParams
The parameters of the request, if required.
• timeout? : Timeout
Provide this option if you want to cancel or time out the request. If the timeout object completes before the request, the request will be cancelled.