AccountCreateOptionsSettings constructor

const AccountCreateOptionsSettings({
  1. AccountBacsDebitPayments? bacsDebitPayments,
  2. AccountBranding? branding,
  3. AccountCardIssuing? cardIssuing,
  4. AccountCardPayments? cardPayments,
  5. AccountPayments? payments,
  6. AccountPayouts? payouts,
  7. AccountCardIssuing? treasury,
})

settings_specs

Options for customizing how the account functions within Stripe.

Implementation

const AccountCreateOptionsSettings({
  this.bacsDebitPayments,
  this.branding,
  this.cardIssuing,
  this.cardPayments,
  this.payments,
  this.payouts,
  this.treasury,
});