> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CheckoutLineItems

> Swift Structure

**Structure**

```swift theme={null}
struct CheckoutLineItems
```

## Initializers

### init(collectionLocator:tokenLocator:productLocator:callData:executionParameters:)

```swift theme={null}
init(collectionLocator: String? = nil, tokenLocator: String? = nil, productLocator: String? = nil, callData: [String : AnyCodable]? = nil, executionParameters: [String : AnyCodable]? = nil)
```

### init(from:)

Inherited from `Decodable.init(from:)`.

```swift theme={null}
init(from decoder: any Decoder) throws
```

## Instance Properties

| Property              | Type                     | Description |
| --------------------- | ------------------------ | ----------- |
| `callData`            | `[String : AnyCodable]?` | -           |
| `collectionLocator`   | `String?`                | -           |
| `executionParameters` | `[String : AnyCodable]?` | -           |
| `productLocator`      | `String?`                | -           |
| `tokenLocator`        | `String?`                | -           |
