Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class AcceptTermsOfServiceRequest.
Request message for the AcceptTermsOfService method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.AcceptTermsOfServiceRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__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. Format:   | 
      
↳ account | 
        
          string
          Required. The account for which to accept the ToS.  | 
      
↳ region_code | 
        
          string
          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.  | 
      
getName
Required. The resource name of the terms of service version.
Format: termsOfService/{version}
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setName
Required. The resource name of the terms of service version.
Format: termsOfService/{version}
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getAccount
Required. The account for which to accept the ToS.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setAccount
Required. The account for which to accept the ToS.
| 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 | 
        |
static::build
| Parameter | |
|---|---|
| Name | Description | 
name | 
        
          string
          Required. The resource name of the terms of service version.
Format:   | 
      
| Returns | |
|---|---|
| Type | Description | 
AcceptTermsOfServiceRequest | 
        |