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

# Interface: StripeElementClasses

## Hierarchy

* **StripeElementClasses**

## Index

### Properties

* [base](stripeelementclasses.md#optional-base)
* [complete](stripeelementclasses.md#optional-complete)
* [empty](stripeelementclasses.md#optional-empty)
* [focus](stripeelementclasses.md#optional-focus)
* [invalid](stripeelementclasses.md#optional-invalid)
* [webkitAutoFill](stripeelementclasses.md#optional-webkitautofill)

## Properties

### `Optional` base

• **base**? : *undefined | string*

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

___

### `Optional` complete

• **complete**? : *undefined | string*

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

___

### `Optional` empty

• **empty**? : *undefined | string*

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

___

### `Optional` focus

• **focus**? : *undefined | string*

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

___

### `Optional` invalid

• **invalid**? : *undefined | string*

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

___

### `Optional` webkitAutoFill

• **webkitAutoFill**? : *undefined | 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.
