@bigcommerce/checkout-sdk / CustomerRequestOptions
A set of options for configuring any requests related to the customer step of the current checkout flow.
Some payment methods have their own sign-in or sign-out flow. Therefore, you need to indicate the method you want to use if you need to trigger a specific flow for signing in or out a customer. Otherwise, these options are not required.
-
↳
CustomerRequestOptions
• Optional
methodId: string
• Optional
params: Object
The parameters of the request, if required.
• Optional
timeout: default
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.