---
title: "UniqueList_CustomerSegment__MinLen_min_length_1_"
url: "https://docs.wayflyer.com/apis/embedded-finance-1-0-0/versions/7d0182a3-23d8-43cc-b636-dac7e1594f96/schemas/UniqueList_CustomerSegment__MinLen_min_length_1_"
---

> Full API specification: https://docs.wayflyer.com/apis/embedded-finance-1-0-0/versions/7d0182a3-23d8-43cc-b636-dac7e1594f96.md

# UniqueList_CustomerSegment__MinLen_min_length_1_

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Embedded Finance
  version: "1"
servers:
  - url: https://api.wayflyer.com/financing/
    description: Production
components:
  schemas:
    CustomerSegment:
      enum:
        - b2c
        - b2b
      title: CustomerSegment
      type: string
    UniqueList_CustomerSegment__MinLen_min_length_1_:
      items:
        $ref: "#/components/schemas/CustomerSegment"
      type: array
```
