# GS1ParsedData

Model ID: `GS1ParsedData`

Parsed components from a GS1 Application Identifier string.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `expiration_date` | `string|null` | No |  |  |  | Yes | ISO 8601 expiration date parsed from the barcode, optional. |
| `gtin` | `string|null` | No |  |  |  | Yes | Global Trade Item Number parsed from the barcode, optional. |
| `lot_number` | `string|null` | No |  |  |  | Yes | Lot number parsed from the barcode, optional. |
| `serial_number` | `string|null` | No |  |  |  | Yes | Serial number parsed from the barcode, optional. |

## Example

None declared in canonical OpenAPI.
