AccountCreateOptionsSettings class final
settings_specs
Options for customizing how the account functions within Stripe.
Constructors
- AccountCreateOptionsSettings({AccountBacsDebitPayments? bacsDebitPayments, AccountBranding? branding, AccountCardIssuing? cardIssuing, AccountCardPayments? cardPayments, AccountPayments? payments, AccountPayouts? payouts, AccountCardIssuing? treasury})
-
settings_specs
const
- AccountCreateOptionsSettings.fromJson(Object? json)
-
factory
Properties
- bacsDebitPayments → AccountBacsDebitPayments?
-
bacs_debit_payments_specs
final
- branding → AccountBranding?
-
branding_settings_specs
final
- cardIssuing → AccountCardIssuing?
-
card_issuing_settings_specs
final
- cardPayments → AccountCardPayments?
-
card_payments_settings_specs
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- payments → AccountPayments?
-
payments_settings_specs
final
- payouts → AccountPayouts?
-
payout_settings_specs
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> (AccountCreateOptionsSettings instance, Encoder< V> encoder) → V