AccountUpdateOptionsSettings constructor
const
AccountUpdateOptionsSettings({
- AccountBacsDebitPayments? bacsDebitPayments,
- AccountBranding? branding,
- AccountCardIssuing? cardIssuing,
- AccountCardPayments? cardPayments,
- AccountInvoices? invoices,
- AccountPayments? payments,
- AccountPayouts? payouts,
- 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,
});