Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class AcceptTermsOfServiceResponse.
Response message for the AcceptTermsOfService
method.
Generated from protobuf message google.shopping.merchant.accounts.v1.AcceptTermsOfServiceResponse
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ terms_of_service_agreement_state |
TermsOfServiceAgreementState
The agreement state after accepting the ToS. |
getTermsOfServiceAgreementState
The agreement state after accepting the ToS.
Returns | |
---|---|
Type | Description |
TermsOfServiceAgreementState|null |
hasTermsOfServiceAgreementState
clearTermsOfServiceAgreementState
setTermsOfServiceAgreementState
The agreement state after accepting the ToS.
Parameter | |
---|---|
Name | Description |
var |
TermsOfServiceAgreementState
|
Returns | |
---|---|
Type | Description |
$this |