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

***

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

# Interface: SubInputDetail

## Properties

### configuration?

> `optional` **configuration?**: `object`

Configuration parameters for the required input.

***

### items?

> `optional` **items?**: [`Item_2`](Item_2.md)[]

In case of a select, the items to choose from.

***

### key?

> `optional` **key?**: `string`

The value to provide in the result.

***

### optional?

> `optional` **optional?**: `boolean`

True if this input is optional to provide.

***

### type?

> `optional` **type?**: `string`

The type of the required input.

***

### value?

> `optional` **value?**: `string`

The value can be pre-filled, if available.
