Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 779 Bytes

BoltCustomerInitializeOptions.md

File metadata and controls

31 lines (18 loc) · 779 Bytes

@bigcommerce/checkout-sdk / BoltCustomerInitializeOptions

Interface: BoltCustomerInitializeOptions

A set of options that are required to initialize the customer step of checkout to support Bolt.

Table of contents

Methods

Methods

onInit

Optional onInit(hasBoltAccount, email?): void

A callback that gets called on initialize the strategy

Parameters

Name Type Description
hasBoltAccount boolean The hasBoltAccount variable handle the result of checking user account availability on Bolt.
email? string Email address which was used for checking user account availability on Bolt.

Returns

void