REST Resource: accounts.businessIdentity

资源: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 表示账号不具有该属性。

方法

getBusinessIdentity

检索账号的商家身份。

updateBusinessIdentity

更新账号的商家身份。