AccountUpdateOptionsSettings class final

settings_specs_update

Options for customizing how the account functions within Stripe.

Constructors

AccountUpdateOptionsSettings({AccountBacsDebitPayments? bacsDebitPayments, AccountBranding? branding, AccountCardIssuing? cardIssuing, AccountCardPayments? cardPayments, AccountInvoices? invoices, AccountPayments? payments, AccountPayouts? payouts, AccountCardIssuing? treasury})
settings_specs_update
const
AccountUpdateOptionsSettings.fromJson(Object? json)
factory

Properties

bacsDebitPayments → AccountBacsDebitPayments?
final
branding → AccountBranding?
final
cardIssuing → AccountCardIssuing?
final
cardPayments → AccountCardPayments?
final
hashCode → int
The hash code for this object.
no setterinherited
invoices → AccountInvoices?
invoices_settings_specs
final
payments → AccountPayments?
final
payouts → AccountPayouts?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
treasury → AccountCardIssuing?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

encode<V>(AccountUpdateOptionsSettings instance, Encoder<V> encoder) → V