Class RenderAccountIssuesResponse
Response containing support content and actions for listed account issues.
Implements
Inherited Members
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> |