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

# Interface: SubInputDetail

## Hierarchy

* **SubInputDetail**

## Index

### Properties

* [configuration](subinputdetail.md#optional-configuration)
* [items](subinputdetail.md#optional-items)
* [key](subinputdetail.md#optional-key)
* [optional](subinputdetail.md#optional-optional)
* [type](subinputdetail.md#optional-type)
* [value](subinputdetail.md#optional-value)

## Properties

### `Optional` configuration

• **configuration**? : *undefined | object*

Configuration parameters for the required input.

___

### `Optional` items

• **items**? : *[Item](item.md)[]*

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

___

### `Optional` key

• **key**? : *undefined | string*

The value to provide in the result.

___

### `Optional` optional

• **optional**? : *undefined | false | true*

True if this input is optional to provide.

___

### `Optional` type

• **type**? : *undefined | string*

The type of the required input.

___

### `Optional` value

• **value**? : *undefined | string*

The value can be pre-filled, if available.
