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

ID。商家身分的資源名稱。格式: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

更新帳戶的商家身分。