| Name | Type | Description | Notes |
|---|---|---|---|
| stripeId | String | Stripe's own connected account identifier | [optional] |
| returnUrl | String | URL to be hit if link creation succeeds | [optional] |
| collect | CollectEnum | Which information to collect from users at this stage | [optional] |
| type | TypeEnum | Either onboarding or edit user information | [optional] |
| Name | Value |
|---|---|
| CURRENTLYDUE | "CurrentlyDue" |
| EVENTUALLYDUE | "EventuallyDue" |
| Name | Value |
|---|---|
| ONBOARDING | "Onboarding" |
| UPDATE | "Update" |