Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class IdentityAttribute.
All information related to an identity attribute.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.BusinessIdentity.IdentityAttribute
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1beta \ BusinessIdentityMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ identity_declaration |
int
Required. The declaration of identity for this attribute. |
getIdentityDeclaration
Required. The declaration of identity for this attribute.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type IdentityDeclaration. |
setIdentityDeclaration
Required. The declaration of identity for this attribute.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type IdentityDeclaration. |
| Returns | |
|---|---|
| Type | Description |
$this |
|