View Source GoogleApi.Content.V21.Model.AccountBusinessIdentity (google_api_content v0.67.1)

The business identity attributes can be used to self-declare attributes that let customers know more about your business.

Attributes

  • blackOwned (type: GoogleApi.Content.V21.Model.AccountIdentityType.t, default: nil) - 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.
  • includeForPromotions (type: boolean(), default: nil) - 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.
  • latinoOwned (type: GoogleApi.Content.V21.Model.AccountIdentityType.t, default: nil) - 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.
  • smallBusiness (type: GoogleApi.Content.V21.Model.AccountIdentityType.t, default: nil) - 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.
  • veteranOwned (type: GoogleApi.Content.V21.Model.AccountIdentityType.t, default: nil) - 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.
  • womenOwned (type: GoogleApi.Content.V21.Model.AccountIdentityType.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountBusinessIdentity{
  blackOwned: GoogleApi.Content.V21.Model.AccountIdentityType.t() | nil,
  includeForPromotions: boolean() | nil,
  latinoOwned: GoogleApi.Content.V21.Model.AccountIdentityType.t() | nil,
  smallBusiness: GoogleApi.Content.V21.Model.AccountIdentityType.t() | nil,
  veteranOwned: GoogleApi.Content.V21.Model.AccountIdentityType.t() | nil,
  womenOwned: GoogleApi.Content.V21.Model.AccountIdentityType.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.