Google Shopping Merchant Accounts V1beta Client - Class VerificationMailSettings (1.2.2)

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 \ V1beta

Methods

__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 SEND_VERIFICATION_MAIL.

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