AccountSessionComponents constructor

const AccountSessionComponents({
  1. AccountSessionAccountOnboarding? accountOnboarding,
  2. AccountSessionAccountOnboarding? documents,
  3. AccountSessionPaymentDetails? paymentDetails,
  4. AccountSessionPaymentDetails? payments,
  5. AccountSessionPayouts? payouts,
})

account_session_create_components_param

Each key of the dictionary represents an embedded component, and each embedded component maps to its configuration (e.g. whether it has been enabled or not).

Implementation

const AccountSessionComponents({
  this.accountOnboarding,
  this.documents,
  this.paymentDetails,
  this.payments,
  this.payouts,
});