@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.
▪ TParams
-
↳ CustomerRequestOptions
• methodId? : undefined | string
• params? : TParams
Inherited from CheckoutButtonInitializeOptions.params
The parameters of the request, if required.
• timeout? : Timeout
Inherited from CheckoutButtonInitializeOptions.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.