Module: Google::Shopping::Merchant::Accounts::V1beta::VerificationMailSettings::VerificationMailMode

Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/verificationmailsettings.rb

Overview

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

Constant Summary collapse

VERIFICATION_MAIL_MODE_UNSPECIFIED =

Default first member of every enum. Do not use.

0
SEND_VERIFICATION_MAIL =

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

1
SUPPRESS_VERIFICATION_MAIL =

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.

2