Module: Google::Shopping::Merchant::Accounts::V1beta::EmailPreferences::OptInState
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/emailpreferences.rb
Overview
Opt in state of the email preference.
Constant Summary collapse
- OPT_IN_STATE_UNSPECIFIED =
Opt-in status is not specified.
0
- OPTED_OUT =
User has opted out of receiving this type of email.
1
- OPTED_IN =
User has opted in to receiving this type of email.
2
- UNCONFIRMED =
User has opted in to receiving this type of email and the confirmation email has been sent, but user has not yet confirmed the opt in (applies only to certain countries).
3