AccountUpdateOptionsSettings constructor

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

settings_specs_update

Options for customizing how the account functions within Stripe.

Implementation

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