Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class State.
The state represents the possible statuses of a user. It is an output-only
field that is set to PENDING
when a user is invited to an account and
changes to VERIFIED
once the user accepts the invitation.
Protobuf type google.shopping.merchant.accounts.v1.User.State
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ UserMethods
static::name
value
mixed
static::value
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;

