Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class VerificationMailSettings.
Settings related to the verification email that is sent after adding a user.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.VerificationMailSettings
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ verification_mail_mode |
int
Optional. Mode of the verification mail. If not set, the default is |
getVerificationMailMode
Optional. Mode of the verification mail. If not set, the default is
SEND_VERIFICATION_MAIL.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type VerificationMailMode. |
setVerificationMailMode
Optional. Mode of the verification mail. If not set, the default is
SEND_VERIFICATION_MAIL.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type VerificationMailMode. |
| Returns | |
|---|---|
| Type | Description |
$this |
|