Holders
The holders array.
This information represents the holders of the company to incorporate.
Parameters | Type | Required | Info |
---|---|---|---|
firstName | string | required | The shareholder's first name. |
middleName | string | optional | The shareholder's middle name. |
lastName | string | required | The shareholder's last name. |
string | required | The shareholder's e-mail. | |
phone | integer | required | Integers only, no symbols. |
country | string | required | Use country iso alpha-2 code, Must be UPPERCASED. |
percent | integer | required for LLC | Required if comanyType is |
position | array | required for corporation | Required if comanyType is |
isAdult | boolean | required | |
isShareholder | boolean | required | Default is |
countOfShares | integer | required for corporation | Required if comanyType is |
Holders Example for LLC
Holders Example for Corporation
Last updated