---
title: "UniqueList_SalesChannel__MinLen_min_length_1_"
url: "https://docs.wayflyer.com/apis/embedded-finance-sandbox-api-1/versions/89e9f620-626b-413f-b4ac-7605711a516f/schemas/UniqueList_SalesChannel__MinLen_min_length_1_"
---

> Full API specification: https://docs.wayflyer.com/apis/embedded-finance-sandbox-api-1/versions/89e9f620-626b-413f-b4ac-7605711a516f.md

# UniqueList_SalesChannel__MinLen_min_length_1_

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Embedded Finance Sandbox
  version: "1"
servers:
  - url: https://sandbox-api.wayflyer.com/financing/
    description: Production
components:
  schemas:
    SalesChannel:
      enum:
        - online
        - offline
      title: SalesChannel
      type: string
    UniqueList_SalesChannel__MinLen_min_length_1_:
      items:
        $ref: "#/components/schemas/SalesChannel"
      type: array
```
