Class: Google::Shopping::Merchant::Accounts::V1::AcceptTermsOfServiceResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/termsofservice.rb

Overview

Response message for the AcceptTermsOfService method.

Instance Attribute Summary collapse

Instance Attribute Details

#terms_of_service_agreement_state::Google::Shopping::Merchant::Accounts::V1::TermsOfServiceAgreementState

Returns The agreement state after accepting the ToS.

Returns:



110
111
112
113
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofservice.rb', line 110

class AcceptTermsOfServiceResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end