Show / Hide Table of Contents

Class Account

An account.

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

Constructors

Account()

Declaration
public Account()

Account(Account)

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

Properties

AccountId

Output only. The ID of the account.

Declaration
public long AccountId { get; set; }
Property Value
Type Description
long

AccountName

Required. A human-readable name of the account. See store name and business name for more information.

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

AdultContent

Whether this account contains adult content.

Declaration
public bool AdultContent { get; set; }
Property Value
Type Description
bool

LanguageCode

Required. The account's BCP-47 language code, such as en-US or sr-Latn.

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

Name

Identifier. The resource name of the account. Format: accounts/{account}

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

NameAsAccountName

AccountName-typed view over the Name resource name property.

Declaration
public AccountName NameAsAccountName { get; set; }
Property Value
Type Description
AccountName

TestAccount

Output only. Whether this is a test account.

Declaration
public bool TestAccount { get; set; }
Property Value
Type Description
bool

TimeZone

Required. The time zone of the account.

On writes, time_zone sets both the reporting_time_zone and the display_time_zone.

For reads, time_zone always returns the display_time_zone. If display_time_zone doesn't exist for your account, time_zone is empty.

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