[**@bigcommerce/checkout-sdk**](../README.md)

***

[@bigcommerce/checkout-sdk](../README.md) / Customer

# Interface: Customer

## Properties

### addresses

> **addresses**: [`CustomerAddress`](CustomerAddress.md)[]

***

### customerGroup?

> `optional` **customerGroup?**: [`CustomerGroup`](CustomerGroup.md)

***

### email

> **email**: `string`

The email address of the signed in customer.

***

### firstName

> **firstName**: `string`

***

### fullName

> **fullName**: `string`

***

### id

> **id**: `number`

***

### isGuest

> **isGuest**: `boolean`

***

### lastName

> **lastName**: `string`

***

### shouldEncourageSignIn

> **shouldEncourageSignIn**: `boolean`

Indicates whether the customer should be prompted to sign-in.

Note: You need to enable "Prompt existing accounts to sign in" in your Checkout Settings.

***

### storeCredit

> **storeCredit**: `number`
