# BusinessEntityTypeEnum

The type of registered business.  **Note: As of October 19th, 2026 submissions using a value other than `SOLE_PROPRIETOR` must provide a value for `businessRegistrationNumber`, `businessRegistrationType`, and `businessRegistrationIssuingCountry`.  Submissions using `SOLE_PROPRIETOR` must _omit_ `businessRegistrationNumber`, `businessRegistrationType`, and `businessRegistrationIssuingCountry`. Failure to adhere to these constraints will result in a 400 Bad Request rejection.** 

## Enum

* `SoleProprietor` (value: `'SOLE_PROPRIETOR'`)

* `PrivateProfit` (value: `'PRIVATE_PROFIT'`)

* `PublicProfit` (value: `'PUBLIC_PROFIT'`)

* `NonProfit` (value: `'NON_PROFIT'`)

* `Government` (value: `'GOVERNMENT'`)

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
