Google Shopping Merchant Accounts V1 Client - Class VerificationMailMode (1.2.2)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class VerificationMailMode.

The different configuration options for sending a verification email when adding a user.

Protobuf type google.shopping.merchant.accounts.v1.VerificationMailSettings.VerificationMailMode

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1 \ VerificationMailSettings

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

VERIFICATION_MAIL_MODE_UNSPECIFIED

Value: 0

Default first member of every enum. Do not use.

Generated from protobuf enum VERIFICATION_MAIL_MODE_UNSPECIFIED = 0;

SEND_VERIFICATION_MAIL

Value: 1

An invitation email is sent to the user added shortly after.

Generated from protobuf enum SEND_VERIFICATION_MAIL = 1;

SUPPRESS_VERIFICATION_MAIL

Value: 2

No 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;