Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class VerificationMailMode.
The different configuration options for sending a verification email when adding a user.
Protobuf type google.shopping.merchant.accounts.v1beta.VerificationMailSettings.VerificationMailMode
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1beta \ VerificationMailSettingsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VERIFICATION_MAIL_MODE_UNSPECIFIED
Value: 0Default first member of every enum. Do not use.
Generated from protobuf enum VERIFICATION_MAIL_MODE_UNSPECIFIED = 0;
SEND_VERIFICATION_MAIL
Value: 1An invitation email is sent to the user added shortly after.
Generated from protobuf enum SEND_VERIFICATION_MAIL = 1;
SUPPRESS_VERIFICATION_MAIL
Value: 2No invitation email is sent. This can be useful if the user is expected to accept the invitation through the API without needing another notification.
Generated from protobuf enum SUPPRESS_VERIFICATION_MAIL = 2;