Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class EmailPreferences.
The categories of notifications the user opted into / opted out of. The email preferences do not include mandatory announcements as users can't opt out of them.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.EmailPreferences
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ name | stringIdentifier. The name of the EmailPreferences. The endpoint is only supported for the authenticated user. | 
| ↳ news_and_tips | intOptional. Updates on new features, tips and best practices. | 
getName
Identifier. The name of the EmailPreferences. The endpoint is only supported for the authenticated user.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setName
Identifier. The name of the EmailPreferences. The endpoint is only supported for the authenticated user.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getNewsAndTips
Optional. Updates on new features, tips and best practices.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setNewsAndTips
Optional. Updates on new features, tips and best practices.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |