RenderAccountIssuesResponse class
Response containing support content and actions for listed account issues.
Constructors
-
RenderAccountIssuesResponse({AlternateDisputeResolution? alternateDisputeResolution, List<
AccountIssue> ? issues}) - RenderAccountIssuesResponse.fromJson(Map json_)
Properties
- alternateDisputeResolution ↔ AlternateDisputeResolution?
-
The Alternate Dispute Resolution (ADR) contains a link to a page where
merchant can bring their appeal to an
external body.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issues
↔ List<
AccountIssue> ? -
List of account issues for a given account.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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