Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.42 KB

CustomerRequestOptions.md

File metadata and controls

60 lines (34 loc) · 1.42 KB

@bigcommerce/checkout-sdk / CustomerRequestOptions

Interface: 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.

Hierarchy

Table of contents

Properties

Properties

methodId

Optional methodId: string


params

Optional params: Object

The parameters of the request, if required.

Inherited from

RequestOptions.params


timeout

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.

Inherited from

RequestOptions.timeout