Show / Hide Table of Contents

Class AccountUser

Inheritance
object
AccountUser
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 AccountUser : IDirectResponseSchema

Properties

Admin

Whether user is an admin.

Declaration
[JsonProperty("admin")]
public virtual bool? Admin { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

EmailAddress

User's email address.

Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type Description
string

OrderManager

Whether user is an order manager.

Declaration
[JsonProperty("orderManager")]
public virtual bool? OrderManager { get; set; }
Property Value
Type Description
bool?

PaymentsAnalyst

Whether user can access payment statements.

Declaration
[JsonProperty("paymentsAnalyst")]
public virtual bool? PaymentsAnalyst { get; set; }
Property Value
Type Description
bool?

PaymentsManager

Whether user can manage payment settings.

Declaration
[JsonProperty("paymentsManager")]
public virtual bool? PaymentsManager { get; set; }
Property Value
Type Description
bool?

ReportingManager

Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.

Declaration
[JsonProperty("reportingManager")]
public virtual bool? ReportingManager { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX