Show / Hide Table of Contents

Class AccountIssue

Issues with your Merchant Center account that can impact all your products. For more information, see Account-level issues in Merchant Center.

Inheritance
object
AccountIssue
Implements
IMessage<AccountIssue>
IEquatable<AccountIssue>
IDeepCloneable<AccountIssue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class AccountIssue : IMessage<AccountIssue>, IEquatable<AccountIssue>, IDeepCloneable<AccountIssue>, IBufferMessage, IMessage

Constructors

AccountIssue()

Declaration
public AccountIssue()

AccountIssue(AccountIssue)

Declaration
public AccountIssue(AccountIssue other)
Parameters
Type Name Description
AccountIssue other

Properties

AccountIssueName

AccountIssueName-typed view over the Name resource name property.

Declaration
public AccountIssueName AccountIssueName { get; set; }
Property Value
Type Description
AccountIssueName

Detail

Further localized details about the issue.

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

DocumentationUri

Link to Merchant Center Help Center providing further information about the issue and how to fix it.

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

ImpactedDestinations

The impact this issue has on various destinations.

Declaration
public RepeatedField<AccountIssue.Types.ImpactedDestination> ImpactedDestinations { get; }
Property Value
Type Description
RepeatedField<AccountIssue.Types.ImpactedDestination>

Name

Identifier. The resource name of the account issue. Format: accounts/{account}/issues/{id}. For example, accounts/123456/issues/misrepresentation-of-self-or-products-unacceptable-business-practice-policy.

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

Severity

The overall severity of the issue.

Declaration
public AccountIssue.Types.Severity Severity { get; set; }
Property Value
Type Description
AccountIssue.Types.Severity

Title

The localized title of the issue.

Declaration
public string Title { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX