Google Shopping Merchant Accounts V1beta Client - Class IdentityDeclaration (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class IdentityDeclaration.

All possible settings regarding the declaration of an identity.

Protobuf type google.shopping.merchant.accounts.v1beta.BusinessIdentity.IdentityAttribute.IdentityDeclaration

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta \ BusinessIdentity \ IdentityAttribute

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

IDENTITY_DECLARATION_UNSPECIFIED

Value: 0

Default value indicating that no selection was made.

Generated from protobuf enum IDENTITY_DECLARATION_UNSPECIFIED = 0;

SELF_IDENTIFIES_AS

Value: 1

Indicates that the account identifies with the attribute.

Generated from protobuf enum SELF_IDENTIFIES_AS = 1;

DOES_NOT_SELF_IDENTIFY_AS

Value: 2

Indicates that the account does not identify with the attribute.

Generated from protobuf enum DOES_NOT_SELF_IDENTIFY_AS = 2;