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

***

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

# Interface: StripeElementClasses

## Properties

### base?

> `optional` **base?**: `string`

The base class applied to the container. Defaults to StripeElement.

***

### complete?

> `optional` **complete?**: `string`

The class name to apply when the Element is complete. Defaults to StripeElement--complete.

***

### empty?

> `optional` **empty?**: `string`

The class name to apply when the Element is empty. Defaults to StripeElement--empty.

***

### focus?

> `optional` **focus?**: `string`

The class name to apply when the Element is focused. Defaults to StripeElement--focus.

***

### invalid?

> `optional` **invalid?**: `string`

The class name to apply when the Element is invalid. Defaults to StripeElement--invalid.

***

### webkitAutoFill?

> `optional` **webkitAutoFill?**: `string`

The class name to apply when the Element has its value autofilled by the browser
(only on Chrome and Safari). Defaults to StripeElement--webkit-autofill.
