Show / Hide Table of Contents

Class BusinessIdentity

Collection of information related to the identity of a business.

Inheritance
object
BusinessIdentity
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.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class BusinessIdentity : IDirectResponseSchema

Properties

BlackOwned

Optional. Specifies whether the business identifies itself as being black-owned. This optional field will only be available for merchants with a business country set to US. It is also not applicable for marketplaces or marketplace sellers.

Declaration
[JsonProperty("blackOwned")]
public virtual IdentityAttribute BlackOwned { get; set; }
Property Value
Type Description
IdentityAttribute

ETag

The ETag of the item.

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

LatinoOwned

Optional. Specifies whether the business identifies itself as being latino-owned. This optional field will only be available for merchants with a business country set to US. It is also not applicable for marketplaces or marketplace sellers.

Declaration
[JsonProperty("latinoOwned")]
public virtual IdentityAttribute LatinoOwned { get; set; }
Property Value
Type Description
IdentityAttribute

Name

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

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

PromotionsConsent

Required. Whether the identity attributes may be used for promotions.

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

SmallBusiness

Optional. Specifies whether the business identifies itself as a small business. This optional field will only be available for merchants with a business country set to US. It is also not applicable for marketplaces.

Declaration
[JsonProperty("smallBusiness")]
public virtual IdentityAttribute SmallBusiness { get; set; }
Property Value
Type Description
IdentityAttribute

VeteranOwned

Optional. Specifies whether the business identifies itself as being veteran-owned. This optional field will only be available for merchants with a business country set to US. It is also not applicable for marketplaces or marketplace sellers.

Declaration
[JsonProperty("veteranOwned")]
public virtual IdentityAttribute VeteranOwned { get; set; }
Property Value
Type Description
IdentityAttribute

WomenOwned

Optional. Specifies whether the business identifies itself as being women-owned. This optional field will only be available for merchants with a business country set to US. It is also not applicable for marketplaces or marketplace sellers.

Declaration
[JsonProperty("womenOwned")]
public virtual IdentityAttribute WomenOwned { get; set; }
Property Value
Type Description
IdentityAttribute

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX