RenderProductIssuesResponse class
Response containing support content and actions for listed product issues.
Constructors
-
RenderProductIssuesResponse({AlternateDisputeResolution? alternateDisputeResolution, List<
ProductIssue> ? issues}) - RenderProductIssuesResponse.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<
ProductIssue> ? -
List of issues for a given product.
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