Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class State.
The possible states of a user.
Protobuf type google.shopping.merchant.accounts.v1.User.State
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ UserMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1
The user is pending confirmation. In this state, the user first needs to accept the invitation before performing other actions.
Generated from protobuf enum PENDING = 1;
VERIFIED
Value: 2
The user is verified.
Generated from protobuf enum VERIFIED = 2;