@bigcommerce/checkout-sdk / BoltCustomerInitializeOptions
A set of options that are required to initialize the customer step of checkout to support Bolt.
▸ Optional
onInit(hasBoltAccount
, email?
): void
A callback that gets called on initialize the strategy
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. |
void