AccountCreateOptions class final

Constructors

AccountCreateOptions({String? accountToken, AccountCreateOptionsBusinessProfile? businessProfile, AccountCreateOptionsBusinessType? businessType, AccountCapabilities? capabilities, AccountCompany? company, String? country, String? defaultCurrency, AccountDocuments? documents, String? email, List<String>? expand, String? externalAccount, AccountIndividual? individual, Map<String, String>? metadata, AccountCreateOptionsSettings? settings, AccountCreateOptionsTosAcceptance? tosAcceptance, AccountType? type})
const
AccountCreateOptions.fromJson(Object? json)
factory

Properties

accountToken String?
final
businessProfile AccountCreateOptionsBusinessProfile?
business_profile_specs
final
businessType AccountCreateOptionsBusinessType?
final
capabilities AccountCapabilities?
capabilities_param
final
company AccountCompany?
company_specs
final
country String?
final
defaultCurrency String?
final
documents AccountDocuments?
documents_specs
final
email String?
final
expand List<String>?
final
externalAccount String?
final
hashCode int
The hash code for this object.
no setterinherited
individual AccountIndividual?
individual_specs
final
metadata Map<String, String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings AccountCreateOptionsSettings?
settings_specs
final
tosAcceptance AccountCreateOptionsTosAcceptance?
tos_acceptance_specs
final
type AccountType?
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>(AccountCreateOptions instance, Encoder<V> encoder) → V