AccountSessionComponents constructor
const
AccountSessionComponents({
- AccountSessionAccountOnboarding? accountOnboarding,
- AccountSessionAccountOnboarding? documents,
- AccountSessionPaymentDetails? paymentDetails,
- AccountSessionPaymentDetails? payments,
- 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,
});