Account class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

Account({String? id, String? businessType, Company? company, String? country, String? email, Individual? individual, Map<String, dynamic>? metadata, Requirements? requirements, String? type, bool? chargesEnabled, int? created, String? defaultCurrency, bool? detailsSubmitted, String? object, bool? payoutsEnabled, TosAcceptance? tosAcceptance, Capabilities? capabilities})
Account.fromJson(Map<String, dynamic> json)
factory

Properties

businessProfile BusinessProfile?
getter/setter pair
businessType String?
getter/setter pair
capabilities Capabilities?
getter/setter pair
chargesEnabled bool?
getter/setter pair
company Company?
getter/setter pair
country String?
getter/setter pair
created int?
getter/setter pair
defaultCurrency String?
getter/setter pair
detailsSubmitted bool?
getter/setter pair
email String?
getter/setter pair
externalAccounts ExternalAccounts?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
individual Individual?
getter/setter pair
metadata Map<String, dynamic>?
getter/setter pair
object String?
getter/setter pair
payoutsEnabled bool?
getter/setter pair
requirements Requirements?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Settings?
getter/setter pair
tosAcceptance TosAcceptance?
getter/setter pair
type String?
getter/setter pair

Methods

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

Operators

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