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

# Interface: Customer

## Hierarchy

* **Customer**

## Index

### Properties

* [addresses](customer.md#addresses)
* [customerGroup](customer.md#optional-customergroup)
* [email](customer.md#email)
* [firstName](customer.md#firstname)
* [fullName](customer.md#fullname)
* [id](customer.md#id)
* [isGuest](customer.md#isguest)
* [lastName](customer.md#lastname)
* [shouldEncourageSignIn](customer.md#shouldencouragesignin)
* [storeCredit](customer.md#storecredit)

## Properties

###  addresses

• **addresses**: *[CustomerAddress](customeraddress.md)[]*

___

### `Optional` customerGroup

• **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*
