Show / Hide Table of Contents

Class AccountUser

Inheritance
System.Object
AccountUser
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Nullable<System.Boolean>

EmailAddress

User's email address.

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

ETag

The ETag of the item.

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

OrderManager

Whether user is an order manager.

Declaration
[JsonProperty("orderManager")]
public virtual bool? OrderManager { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

PaymentsAnalyst

Whether user can access payment statements.

Declaration
[JsonProperty("paymentsAnalyst")]
public virtual bool? PaymentsAnalyst { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

PaymentsManager

Whether user can manage payment settings.

Declaration
[JsonProperty("paymentsManager")]
public virtual bool? PaymentsManager { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
In This Article
Back to top