AccountLinkCollectionOptions constructor

const AccountLinkCollectionOptions({
  1. required AccountLinkCollect fields,
  2. 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,
});