Module: Google::Shopping::Merchant::Accounts::V1::User::State

Defined in:
proto_docs/google/shopping/merchant/accounts/v1/user.rb

Overview

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.

Constant Summary collapse

STATE_UNSPECIFIED =

Default value. This value is unused.

0
PENDING =

The user is pending confirmation. In this state, the user first needs to accept the invitation before performing other actions.

1
VERIFIED =

The user is verified.

2