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 | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ name | 
        
          string
          Identifier. The name of the EmailPreferences. The endpoint is only supported for the authenticated user.  | 
      
↳ news_and_tips | 
        
          int
          Optional. 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 | 
        |