[@bigcommerce/checkout-sdk](../README.md) › [BoltCustomerInitializeOptions](boltcustomerinitializeoptions.md)

# Interface: BoltCustomerInitializeOptions

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

## Hierarchy

* **BoltCustomerInitializeOptions**

## Index

### Methods

* [onInit](boltcustomerinitializeoptions.md#optional-oninit)

## Methods

### `Optional` onInit

▸ **onInit**(`hasBoltAccount`: boolean): *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.  |

**Returns:** *void*
