Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class AcceptTermsOfService.
Reference to a Terms of Service resource.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.CreateAndConfigureAccountRequest.AcceptTermsOfService
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1beta \ CreateAndConfigureAccountRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the terms of service version in the format |
↳ region_code |
string
Required. Region code as defined by CLDR. This is either a country when the ToS applies specifically to that country or |
getName
Required. The resource name of the terms of service version in the format
termsOfService/{version}
. To retrieve the latest version, use the
termsOfService.retrieveLatest
method.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name of the terms of service version in the format
termsOfService/{version}
. To retrieve the latest version, use the
termsOfService.retrieveLatest
method.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRegionCode
Required. Region code as defined by CLDR.
This is either a country when the ToS applies specifically to that
country or 001
when it applies globally.
Returns | |
---|---|
Type | Description |
string |
setRegionCode
Required. Region code as defined by CLDR.
This is either a country when the ToS applies specifically to that
country or 001
when it applies globally.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |