AccountStatus class

The status of an account, that is, information about its products, which is computed offline and not returned immediately at insertion time.

Constructors

AccountStatus({String? accountId, List<AccountStatusAccountLevelIssue>? accountLevelIssues, String? accountManagement, String? kind, List<AccountStatusProducts>? products, bool? websiteClaimed})
AccountStatus.fromJson(Map json_)

Properties

accountId String?
The ID of the account for which the status is reported.
getter/setter pair
accountLevelIssues List<AccountStatusAccountLevelIssue>?
A list of account level issues.
getter/setter pair
accountManagement String?
How the account is managed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Identifies what kind of resource this is.
getter/setter pair
products List<AccountStatusProducts>?
List of product-related data by channel, destination, and country.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
websiteClaimed bool?
Whether the account's website is claimed or not.
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