Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.54 KB

customerrequestoptions.md

File metadata and controls

58 lines (33 loc) · 1.54 KB

@bigcommerce/checkout-sdkCustomerRequestOptions

Interface: CustomerRequestOptions ‹TParams

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.

Type parameters

TParams

Hierarchy

Index

Properties

Properties

Optional methodId

methodId? : undefined | string


Optional params

params? : TParams

Inherited from CheckoutButtonInitializeOptions.params

The parameters of the request, if required.


Optional timeout

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.