Class AccountBusinessIdentity
The business identity attributes can be used to self-declare attributes that let customers know more about your business.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountBusinessIdentity : IDirectResponseSchema
Properties
BlackOwned
Specifies whether the business identifies itself as being black-owned. This optional field is only available for merchants with a business country set to "US". This field is not allowed for marketplaces or marketplace sellers.
Declaration
[JsonProperty("blackOwned")]
public virtual AccountIdentityType BlackOwned { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountIdentityType |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IncludeForPromotions
Required. By setting this field, your business may be included in promotions for all the selected
attributes. If you clear this option, it won't affect your identification with any of the attributes. For
this field to be set, the merchant must self identify with at least one of the AccountIdentityType. If
none are included, the request will be considered invalid.
Declaration
[JsonProperty("includeForPromotions")]
public virtual bool? IncludeForPromotions { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LatinoOwned
Specifies whether the business identifies itself as being latino-owned. This optional field is only available for merchants with a business country set to "US". This field is not allowed for marketplaces or marketplace sellers.
Declaration
[JsonProperty("latinoOwned")]
public virtual AccountIdentityType LatinoOwned { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountIdentityType |
SmallBusiness
Specifies whether the business identifies itself as a small business. This optional field is only available for merchants with a business country set to "US". It is also not allowed for marketplaces, but it is allowed to marketplace sellers.
Declaration
[JsonProperty("smallBusiness")]
public virtual AccountIdentityType SmallBusiness { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountIdentityType |
VeteranOwned
Specifies whether the business identifies itself as being veteran-owned. This optional field is only available for merchants with a business country set to "US". This field is not allowed for marketplaces or marketplace sellers.
Declaration
[JsonProperty("veteranOwned")]
public virtual AccountIdentityType VeteranOwned { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountIdentityType |
WomenOwned
Specifies whether the business identifies itself as being women-owned. This optional field is only available for merchants with a business country set to "US". This field is not allowed for marketplaces or marketplace sellers.
Declaration
[JsonProperty("womenOwned")]
public virtual AccountIdentityType WomenOwned { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountIdentityType |