Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class Required.
Describes the terms of service which are required to be accepted.
Generated from protobuf message google.shopping.merchant.accounts.v1.Required
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ terms_of_service |
string
Required. The |
↳ tos_file_uri |
string
Required. Full URL to the terms of service file. This field is the same as |
getTermsOfService
Required. The TermsOfService
that need to be accepted.
Returns | |
---|---|
Type | Description |
string |
setTermsOfService
Required. The TermsOfService
that need to be accepted.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTosFileUri
Required. 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
Required. 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 |