---
title: "LineItemType"
url: "https://developer.pexa.co.uk/apis/financials-v1-v1/versions/5cb0c2f5-c5c3-45e5-9a20-009908d7f57b/schemas/LineItemType"
---

> Full API specification: https://developer.pexa.co.uk/apis/financials-v1-v1/versions/5cb0c2f5-c5c3-45e5-9a20-009908d7f57b.md

# LineItemType

Allowed values: [`SOURCE`, `DESTINATION`]

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Financial
  version: v1.1.0
servers:
  - url: https://api.pexa.co.uk
    description: API Gateway URL
components:
  schemas:
    LineItemType:
      type: string
      pattern: ^(SOURCE|DESTINATION)$
      example: SOURCE
      description: |
        Allowed values:
         [`SOURCE`, `DESTINATION`]
```
