# LegalForm

Legal form of the merchant business.

* `INDIVIDUAL` - Deprecated. Use `FREELANCE`.
* `FREELANCE` - Self-employed individual / sole proprietor.
* `COMPANY` - Registered legal entity.

```
enum LegalForm {

  INDIVIDUAL

  FREELANCE

  COMPANY

}
```

### Values[​](#values "Enlace directo al Values")

#### [`LegalForm.INDIVIDUAL`](#individual)[​](#individual "Enlace directo al individual")

#### [`LegalForm.FREELANCE`](#freelance)[​](#freelance "Enlace directo al freelance")

#### [`LegalForm.COMPANY`](#company)[​](#company "Enlace directo al company")

### Member Of[​](#member-of "Enlace directo al Member Of")

[`BusinessData`](https://docs.monei.com/es/es/apis/graphql/types/objects/business-data/.md) object ● [`BusinessDataInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/business-data-input/.md) input
