AccountLinkCollectionOptions constructor
const
AccountLinkCollectionOptions({
- required AccountLinkCollect fields,
- AccountLinkFutureRequirements? futureRequirements,
collection_options_params
Specifies the requirements that Stripe collects from connected accounts in the Connect Onboarding flow.
Implementation
const AccountLinkCollectionOptions({
required this.fields,
this.futureRequirements,
});