BusinessIdentity

商家身份相关的信息集合。

JSON 表示法
{
  "name": string,
  "promotionsConsent": enum (PromotionsConsent),
  "blackOwned": {
    object (IdentityAttribute)
  },
  "womenOwned": {
    object (IdentityAttribute)
  },
  "veteranOwned": {
    object (IdentityAttribute)
  },
  "latinoOwned": {
    object (IdentityAttribute)
  },
  "smallBusiness": {
    object (IdentityAttribute)
  }
}
字段
name

string

标识符。商家身份的资源名称。格式:accounts/{account}/businessIdentity

blackOwned

object (IdentityAttribute)

可选。指明商家是否将自己标识为黑人经营。此选填字段仅适用于商家所在国家/地区设为“US”的商家。此设置也不适用于购物平台或购物平台卖家。

womenOwned

object (IdentityAttribute)

可选。指明商家是否将自己标识为女性经营。此选填字段仅适用于商家所在国家/地区设为“US”的商家。此设置也不适用于购物平台或购物平台卖家。

veteranOwned

object (IdentityAttribute)

可选。指定商家是否表明自己为退伍军人经营。此选填字段仅适用于商家所在国家/地区设为“US”的商家。此设置也不适用于购物平台或购物平台卖家。

latinoOwned

object (IdentityAttribute)

可选。指定商家是否将自己标识为拉美裔经营。此选填字段仅适用于商家所在国家/地区设为“US”的商家。此设置也不适用于购物平台或购物平台卖家。

smallBusiness

object (IdentityAttribute)

可选。指定商家是否将自己标识为小型商家。此选填字段仅适用于商家所在国家/地区设为“US”的商家。此设置也不适用于购物平台。

PromotionsConsent

与商家身份相关的促销的所有可能设置。

枚举

IdentityAttribute

与身份属性相关的所有信息。

JSON 表示法
{
  "identityDeclaration": enum (IdentityDeclaration)
}
字段
identityDeclaration

enum (IdentityDeclaration)

必需。此属性的身份声明。

IdentityDeclaration

与身份声明相关的所有可能的设置。

枚举
IDENTITY_DECLARATION_UNSPECIFIED 默认值,表示未进行任何选择。
SELF_IDENTIFIES_AS 表示帐号使用该属性进行标识。
DOES_NOT_SELF_IDENTIFY_AS 表示帐号不使用该属性。