Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class Required.
Describes the terms of service which are required to be accepted.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.Required
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ terms_of_service |
string
The termsOfService that need to be accepted. |
↳ tos_file_uri |
string
Full URL to the terms of service file. This field is the same as TermsOfService.file_uri, it is added here for convenience only. |
getTermsOfService
The termsOfService that need to be accepted.
Returns | |
---|---|
Type | Description |
string |
setTermsOfService
The termsOfService that need to be accepted.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTosFileUri
Full URL to the terms of service file. This field is the same as TermsOfService.file_uri, it is added here for convenience only.
Returns | |
---|---|
Type | Description |
string |
setTosFileUri
Full URL to the terms of service file. This field is the same as TermsOfService.file_uri, it is added here for convenience only.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |