Show / Hide Table of Contents

Class RenderAccountIssuesResponse

Response containing support content and actions for listed account issues.

Inheritance
object
RenderAccountIssuesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RenderAccountIssuesResponse : IDirectResponseSchema

Properties

AlternateDisputeResolution

The Alternate Dispute Resolution (ADR) contains a link to a page where merchant can bring their appeal to an external body. If the ADR is present, it MUST be available to the merchant on the page that shows the list with their account issues.

Declaration
[JsonProperty("alternateDisputeResolution")]
public virtual AlternateDisputeResolution AlternateDisputeResolution { get; set; }
Property Value
Type Description
AlternateDisputeResolution

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Issues

List of account issues for a given account. This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

Declaration
[JsonProperty("issues")]
public virtual IList<AccountIssue> Issues { get; set; }
Property Value
Type Description
IList<AccountIssue>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX