Enum User.Types.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.
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public enum User.Types.State
Fields
| Name | Description |
|---|---|
| Pending | The user is pending confirmation. In this state, the user first needs to accept the invitation before performing other actions. |
| Unspecified | Default value. This value is unused. |
| Verified | The user is verified. |