AccountSettings constructor
const
AccountSettings({
- AccountBacsDebitPaymentsSettings? bacsDebitPayments,
- required AccountBrandingSettings branding,
- AccountCardIssuingSettings? cardIssuing,
- required AccountCardPaymentsSettings cardPayments,
- required AccountDashboardSettings dashboard,
- AccountInvoicesSettings? invoices,
- required AccountPaymentsSettings payments,
- AccountPayoutSettings? payouts,
- AccountSepaDebitPaymentsSettings? sepaDebitPayments,
- AccountTreasurySettings? treasury,
Options for customizing how the account functions within Stripe.
Implementation
const AccountSettings({
this.bacsDebitPayments,
required this.branding,
this.cardIssuing,
required this.cardPayments,
required this.dashboard,
this.invoices,
required this.payments,
this.payouts,
this.sepaDebitPayments,
this.treasury,
});