AccountSessionComponents class final

account_session_create_components_param

Each key of the dictionary represents an embedded component, and each embedded component maps to its configuration (e.g. whether it has been enabled or not).

Constructors

AccountSessionComponents({AccountSessionAccountOnboarding? accountOnboarding, AccountSessionAccountOnboarding? documents, AccountSessionPaymentDetails? paymentDetails, AccountSessionPaymentDetails? payments, AccountSessionPayouts? payouts})
account_session_create_components_param
const
AccountSessionComponents.fromJson(Object? json)
factory

Properties

accountOnboarding AccountSessionAccountOnboarding?
account_config_param
final
documents AccountSessionAccountOnboarding?
final
hashCode int
The hash code for this object.
no setterinherited
paymentDetails AccountSessionPaymentDetails?
payments_config_param
final
payments AccountSessionPaymentDetails?
final
payouts AccountSessionPayouts?
payouts_config_param
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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>(AccountSessionComponents instance, Encoder<V> encoder) → V