AccountIssue class
Issues with your Merchant Center account that can impact all your products.
For more information, see [Account-level issues in Merchant Center](https://support.google.com/merchants/answer/12153802?sjid=17798438912526418908-EU#account).
Constructors
- 
          AccountIssue({String? detail, String? documentationUri, List<ImpactedDestination> ? impactedDestinations, String? name, String? severity, String? title})
- AccountIssue.fromJson(Map json_)
Properties
- detail ↔ String?
- 
  Further localized details about the issue.
  getter/setter pair
- documentationUri ↔ String?
- 
  Link to Merchant Center Help Center providing further information about
the issue and how to fix it.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  impactedDestinations
  ↔ List<ImpactedDestination> ?
- 
  The impact this issue has on various destinations.
  getter/setter pair
- name ↔ String?
- 
  Identifier.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- severity ↔ String?
- 
  The overall severity of the issue.
Possible string values are:
  getter/setter pair
- title ↔ String?
- 
  The localized title of the issue.
  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